Table 18122310 EOS Pdf Buffer

Table 18122310 EOS Pdf Buffer

A buffer table that helps with handling PDF document operations.

LanguageCaption
da-DKPdf Buffer
de-ATPdf Buffer
de-CHPdf Buffer
de-DEPdf Buffer
en-AUPdf Buffer
en-CAPdf Buffer
en-GBPdf Buffer
en-NZPdf Buffer
es-ESPdf Buffer
es-MXPdf Buffer
fr-BEPdf Buffer
fr-CAPdf Buffer
fr-CHPdf Buffer
fr-FRPdf Buffer
en-USPdf Buffer
it-CHPdf Buffer
it-ITPdf Buffer
nl-BEPdf Buffer
nl-NLPdf Buffer

Fields

Entry No. (1)

Integer

A generic primary key.

LanguageCaption
da-DKSide nr.
de-ATSeitennr.
de-CHSeitennr.
de-DESeitennr.
en-AUPage No.
en-CAPage No.
en-GBPage No.
en-NZPage No.
es-ESPágina No.
es-MXPágina No.
fr-BEPage No.
fr-CAPage No.
fr-CHPage No.
fr-FRPage No.
en-USPage No.
it-CHNr. pagina
it-ITNr. pagina
nl-BEPagina nee.
nl-NLPagina nee.

Sorting Sequence (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.

LanguageCaption
da-DKSortere
de-ATSortierreihenfolge
de-CHSortierreihenfolge
de-DESortierreihenfolge
en-AUSorting Sequence
en-CASorting Sequence
en-GBSorting Sequence
en-NZSorting Sequence
es-ESSecuencia de clasificación
es-MXSecuencia de clasificación
fr-BESéquence de tri
fr-CASéquence de tri
fr-CHSéquence de tri
fr-FRSéquence de tri
en-USSorting Sequence
it-CHScelta nr. di sequenza
it-ITScelta nr. di sequenza
nl-BESorteervolgorde
nl-NLSorteervolgorde

Filename (5)

Text[250]

A generic, optional filename.

LanguageCaption
da-DKFilnavn
de-ATDateiname
de-CHDateiname
de-DEDateiname
en-AUFilename
en-CAFilename
en-GBFilename
en-NZFilename
es-ESNombre del archivo
es-MXNombre del archivo
fr-BENom de fichier
fr-CANom de fichier
fr-CHNom de fichier
fr-FRNom de fichier
en-USFilename
it-CHNome file
it-ITNome file
nl-BEBestandsnaam
nl-NLBestandsnaam

Blob (10)

Blob

The BLOB containing the raw binary data.

LanguageCaption
da-DKBlob
de-ATBlob
de-CHBlob
de-DEBlob
en-AUBlob
en-CABlob
en-GBBlob
en-NZBlob
es-ESGota
es-MXGota
fr-BEBlob
fr-CABlob
fr-CHBlob
fr-FRBlob
en-USBlob
it-CHBlob
it-ITBlob
nl-BEBlob
nl-NLBlob

Methods

ToBlobSpec

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.

Parameters / Return Value

  • TmpBlobSpec Record "EOS BlobSpec"

    An instance where the resuling BlobSpec is written to.


ReadFromZip

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.

Parameters / Return Value

  • ZipBlob Codeunit "Temp Blob"

    A TempBlob containing the ZIP file to read.


CreateZip

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”

Parameters / Return Value

  • ZipBlob Codeunit "Temp Blob"

    A TempBlob where the resulting ZIP file will be written to.


CreateZip

procedure CreateZip(var ZipBlob: Codeunit "Temp Blob"; UseSequentialNames: Boolean)

Creates a ZIP file containing all the files in the current table instance.

Parameters / Return Value

  • 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.


Split

procedure Split(var InputBlobSpec: Record "EOS BlobSpec")

Splits a give input PDF document to the current table instance.

Parameters / Return Value

  • InputBlobSpec Record "EOS BlobSpec"

    A BlobSpec containing the input PDF file to process.


Combine

procedure Combine(var Result: Codeunit "Temp Blob")

Combines all documents in the current table instance to a single PDF file, according to Sorting Sequence.

Parameters / Return Value

  • Result Codeunit "Temp Blob"

    A BlobSpec where the resulting PDF file will be written to.



EOS Labs -