Smart Pdf Generation

I am trying to understand the tcl PDF generation scripts (so that I might modify them in the future).   I see the following functions in the code that I cant see to find the source or any documantation on:

 

CapPdfAddMarkStart

CapPdfAddMarkEnd

CapPdfPrint

Can anyone provide any pointer to the source or information on these functions?

 

Thanks

Parents
  •  

    /// <summary>
    /// create an empty PDFDocument
    /// </summary>
    /// <param name="pageCount"></param>
    /// <returns></returns>
    public PDFDocument CreatePDFDocument(int pageCount)
    {
    return new PDFDocument(pageCount);
    }
    here are some C# sample codes to create pdf with pdf dll in Visual Studio, hope it helps you.  
Reply
  •  

    /// <summary>
    /// create an empty PDFDocument
    /// </summary>
    /// <param name="pageCount"></param>
    /// <returns></returns>
    public PDFDocument CreatePDFDocument(int pageCount)
    {
    return new PDFDocument(pageCount);
    }
    here are some C# sample codes to create pdf with pdf dll in Visual Studio, hope it helps you.  
Children
No Data
CDNS Forum Thread CSS JS
CDNS - Fix Layout