Sort Score
Result 10 results
Languages All
Labels All
Results 311 - 320 of 9,628 for

pdf table

(0.18 sec)
  1. Cutting off right side after converting email t...

    i am facing same issue applied this code but not working, could you please help me on this for local testing we are using evaluation one but for higher env we are using licensed one. below is my code: public void gen…...side after converting email to pdf Aspose.Total Product Family email-java...NodeCollection<Table> tables = doc.getChildNodes(NodeType.TABLE, true);...

    forum.aspose.com/t/cutting-off-right-side-after...
  2. Successful PDF/A-1b conversion creates invalid ...

    Using Aspose.Pdf .NET 25.10, I am converting the attached file using following code: using (var document = new Aspose.Pdf.Document(PdfPath)) { var options = new Aspose.Pdf.PdfFormatConversionOptions(Aspose.Pdf.PdfFo…...Successful PDF/A-1b conversion creates invalid PDF/A due to fonts...fonts Aspose.PDF Product Family aspose-pdf-net markmanley.adlib...

    forum.aspose.com/t/successful-pdf-a-1b-conversi...
  3. Working with Bookmarks in PDF using C#|Aspose.P...

    Discover how to work with Pdf bookmarks in .NET using Aspose.Pdf for easy document navigation and organization....Bookmarks in PDF using C# Contents [ Hide ] PDF bookmarks are...tool when it comes to reading PDF files. They allow users to quickly...

    docs.aspose.com/pdf/net/bookmarks/
  4. Convert PDF documents using Rust|Aspose.PDF for...

    This section contains articles relating to convert Pdf documents to other formats with Aspose.Pdf for Rust via C++....Convert PDF documents using Rust Contents [ Hide ] The PDF was developed...operating system. The content of PDF files is not limited to text...

    docs.aspose.com/pdf/rust-cpp/conversion/
  5. Extract Fonts from PDF via Python|Aspose.PDF fo...

    Use the Aspose.Pdf for Python library to extract all embedded fonts from your Pdf document....Extract Fonts from PDF via Python Contents [ Hide ] In case you...want to get all fonts from a PDF document, you can use ‘font_utilities...

    docs.aspose.com/pdf/python-net/extract-fonts-fr...
  6. Export Document Structure While Converting to P...

    Learn how to export document structure while converting to Pdf with Aspose.Cells in C++....Converting to PDF with Golang via C++ Contents [ Hide ] The PDF logical...document content structure into a PDF file. Aspose.Cells preserves...

    docs.aspose.com/cells/go-cpp/export-document-st...
  7. Umbraco PDF Import Module|Aspose.PDF for .NET

    Learn how to install and use Umbraco Pdf Import Module...Ask AI Umbraco PDF Import Module Contents [ Hide ] Introduction...Introduction Aspose.PDF for .NET is a PDF document creation and manipulation...

    docs.aspose.com/pdf/net/umbraco-pdf-import-module/
  8. Aspose.word save pdf 样式错误 - Free Support Forum ...

    Document doc = new Document(“template.docx”); DocumentBuilder builder = new DocumentBuilder(doc); builder.moveToDocumentEnd(); builder.writeln(“test.”); SaveOptions saveOptions = SaveOptions.createSaveOptions(SaveFor…...word save pdf 样式错误 中文技术支持 words-java dhzhao2016 November...createSaveOptions(SaveFormat.PDF); saveOptions.setMemoryOptimizatio(true);...

    forum.aspose.com/t/aspose-word-save-pdf/321219
  9. Issue while generating PDF reports with Large D...

    Hi Team, We are facing Pdf generation issues as below: . Our API is able to generate Pdf file, if the Data load is less than 50,000 records . But when API is with 50,000+ records, API stop working . When we do simila…...generating PDF reports with Large Data Volume Aspose.PDF Product...8:48am 1 Hi Team, We are facing PDF generation issues as below: ...

    forum.aspose.com/t/issue-while-generating-pdf-r...
  10. Content is still being sliced on the right when...

    public void generatePdfFromEmail(File inputFile, OutputStream outputStream, String filename, List<Long> pages) { try { MailMessage mailMessage; String extension = FilenameUtils.getExte…...when converting msg file to pdf Aspose.Email Product Family email-java...NodeCollection<Table> tables = doc.getChildNodes(NodeType.TABLE, true);...

    forum.aspose.com/t/content-is-still-being-slice...