Table 18122310 EOS Pdf Buffer
A buffer table that helps with handling PDF document operations.
Language | Caption |
---|---|
da-DK | Pdf Buffer |
de-AT | Pdf Buffer |
de-CH | Pdf Buffer |
de-DE | Pdf Buffer |
en-AU | Pdf Buffer |
en-CA | Pdf Buffer |
en-GB | Pdf Buffer |
en-NZ | Pdf Buffer |
es-ES | Pdf Buffer |
es-MX | Pdf Buffer |
fr-BE | Pdf Buffer |
fr-CA | Pdf Buffer |
fr-CH | Pdf Buffer |
fr-FR | Pdf Buffer |
en-US | Pdf Buffer |
it-CH | Pdf Buffer |
it-IT | Pdf Buffer |
nl-BE | Pdf Buffer |
nl-NL | Pdf Buffer |
1
)Integer
A generic primary key.
Language | Caption |
---|---|
da-DK | Side nr. |
de-AT | Seitennr. |
de-CH | Seitennr. |
de-DE | Seitennr. |
en-AU | Page No. |
en-CA | Page No. |
en-GB | Page No. |
en-NZ | Page No. |
es-ES | Página No. |
es-MX | Página No. |
fr-BE | Page No. |
fr-CA | Page No. |
fr-CH | Page No. |
fr-FR | Page No. |
en-US | Page No. |
it-CH | Nr. pagina |
it-IT | Nr. pagina |
nl-BE | Pagina nee. |
nl-NL | Pagina nee. |
2
)Integer
A sorting sequence. This field will be used to generate filenames in Combine
and therefore will control the order in which files are combined.
Language | Caption |
---|---|
da-DK | Sortere |
de-AT | Sortierreihenfolge |
de-CH | Sortierreihenfolge |
de-DE | Sortierreihenfolge |
en-AU | Sorting Sequence |
en-CA | Sorting Sequence |
en-GB | Sorting Sequence |
en-NZ | Sorting Sequence |
es-ES | Secuencia de clasificación |
es-MX | Secuencia de clasificación |
fr-BE | Séquence de tri |
fr-CA | Séquence de tri |
fr-CH | Séquence de tri |
fr-FR | Séquence de tri |
en-US | Sorting Sequence |
it-CH | Scelta nr. di sequenza |
it-IT | Scelta nr. di sequenza |
nl-BE | Sorteervolgorde |
nl-NL | Sorteervolgorde |
5
)Text[250]
A generic, optional filename.
Language | Caption |
---|---|
da-DK | Filnavn |
de-AT | Dateiname |
de-CH | Dateiname |
de-DE | Dateiname |
en-AU | Filename |
en-CA | Filename |
en-GB | Filename |
en-NZ | Filename |
es-ES | Nombre del archivo |
es-MX | Nombre del archivo |
fr-BE | Nom de fichier |
fr-CA | Nom de fichier |
fr-CH | Nom de fichier |
fr-FR | Nom de fichier |
en-US | Filename |
it-CH | Nome file |
it-IT | Nome file |
nl-BE | Bestandsnaam |
nl-NL | Bestandsnaam |
10
)Blob
The BLOB containing the raw binary data.
Language | Caption |
---|---|
da-DK | Blob |
de-AT | Blob |
de-CH | Blob |
de-DE | Blob |
en-AU | Blob |
en-CA | Blob |
en-GB | Blob |
en-NZ | Blob |
es-ES | Gota |
es-MX | Gota |
fr-BE | Blob |
fr-CA | Blob |
fr-CH | Blob |
fr-FR | Blob |
en-US | Blob |
it-CH | Blob |
it-IT | Blob |
nl-BE | Blob |
nl-NL | Blob |
procedure ToBlobSpec(var TmpBlobSpec: Record "EOS BlobSpec")
Creates an instance of a BlobSpec from the current record.
This will issue a CalcFields
to Blob
. Therefore: make sure Blob
is correctly stored.
TmpBlobSpec Record "EOS BlobSpec"
An instance where the resuling BlobSpec is written to.
procedure ReadFromZip(var ZipBlob: Codeunit "Temp Blob")
Reads a ZIP file and extracts all the contained PDF files into the current record instance. One record per document will be created. All records in the current table will be completely replaced with the contents of the ZIP file.
ZipBlob Codeunit "Temp Blob"
A TempBlob containing the ZIP file to read.
procedure CreateZip(var ZipBlob: Codeunit "Temp Blob")
Creates a ZIP file containing all the files in the current table instance. File names will be assigned automatically by using a sequential number, ordered by “Sorting Sequence”
ZipBlob Codeunit "Temp Blob"
A TempBlob where the resulting ZIP file will be written to.
procedure CreateZip(var ZipBlob: Codeunit "Temp Blob"; UseSequentialNames: Boolean)
Creates a ZIP file containing all the files in the current table instance.
ZipBlob Codeunit "Temp Blob"
A TempBlob where the resulting ZIP file will be written to.
UseSequentialNames Boolean
Specifies whether file names should be assigned automatically using a sequential filename. If this is false
, the filename
of the field Filename
is used.
procedure Split(var InputBlobSpec: Record "EOS BlobSpec")
Splits a give input PDF document to the current table instance.
InputBlobSpec Record "EOS BlobSpec"
A BlobSpec containing the input PDF file to process.
procedure Combine(var Result: Codeunit "Temp Blob")
Combines all documents in the current table instance to a single PDF file, according to Sorting Sequence
.
Result Codeunit "Temp Blob"
A BlobSpec where the resulting PDF file will be written to.
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.