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

  • It would seem "pretty likely" that the "real action" for printing is coded within the product and not public.
  • ive been working on a program on pdf generation and pdf reader for a few month, here is the free trial version, you can have try. http://www.rasteredge.com/how-to/csharp-imaging/pdf-online-viewer-create/

  •  

    /// <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.  
CDNS Forum Thread CSS JS
CDNS - Fix Layout