#1
Posted
:
Thursday, November 5, 2020 2:10:35 PM(UTC)
Groups: Registered
Posts: 60
I need to create a PDF from scratch. Is it possible with leadtools? I have text, font, font size, text position, paper size. I also have a Document Image Suite License. Do we need any extra license? Or what I have is.enough? If so any examples create pdf from scratch using leadtools? Please assist
#2
Posted
:
Thursday, November 5, 2020 5:27:20 PM(UTC)
Groups: Registered, Tech Support, Administrators
Posts: 54
Thanks: 2 times
Was thanked: 10 time(s) in 10 post(s)
Hello Abdul,
Unfortunately, we do not currently support document creation from scratch in version 21. However, we do support a wide variety of formats that you can use as a base such as raster based images, that can be processed with OCR, or vector based text formats like DOCX, RTF, TXT, EMF, SVG, etc. You can convert your initial file using the DocumentConverter class which can perform OCR automatically on raster based image elements so that the text will be searchable and highlightable.
https://www.leadtools.co...h/doxc/introduction.htmlhttps://www.leadtools.co...c/documentconverter.htmlIf starting with a text format such as RTF, you can rasterize this on load, creating an image based document, with specified parameters such as margin size, page size, and resolution. This would be using our RasterCodecs class.
https://www.leadtools.co.../dh/co/introduction.htmlhttps://www.leadtools.co.../dh/co/rastercodecs.htmlhttps://www.leadtools.co...o/rastercodecs-load.htmlhttps://www.leadtools.co...o/rastercodecs-save.htmlhttps://www.leadtools.co...documentloadoptions.htmlhttps://www.leadtools.co...l/rasterimageformat.htmlBesides the Document SDK and our RasterCodecs libraries, we also offer support for enumerating and processing the actual elements of a PDF through our PDFFile and PDFDocument classes.
https://www.leadtools.co...dh/pdf/introduction.htmlhttps://www.leadtools.co.../v20/dh/pdf/pdffile.htmlhttps://www.leadtools.co.../dh/pdf/pdfdocument.htmlJosh Clark
Developer Support Engineer
LEAD Technologies, Inc.
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.