Sort Score
Result 10 results
Languages All
Labels All
Results 4,361 - 4,370 of 408,347 for

pdf

(0.48 sec)
  1. .docx to .pdf and .html table formatting error ...

    Hi, When converting a .docx file to a .Pdf file using Aspose.Words, I noticed a formatting issue when my EMF table is converted see screenshot attached. Code: var saveOptions = new PdfSaveOptions(); saveOptions.Use…...pdf and .html table formatting error Aspose.Words Product...converting a .docx file to a .pdf file using Aspose.Words, I noticed...

    forum.aspose.com/t/docx-to-pdf-and-html-table-f...
  2. Pdf rendition is not getting generating like wo...

    Hi Team, We are trying to transformation input file with below code. Document doc = new Document("test.docx"); PdfSaveOptions options = new PdfSaveOptions(); doc.save("output.Pdf", options); Formatting and Alignment o…...Pdf rendition is not getting generating like word document Aspose...PdfSaveOptions(); doc.save("output.pdf", options); Formatting and Alignment...

    forum.aspose.com/t/pdf-rendition-is-not-getting...
  3. Export Word bookmarks to PDF with valid actions...

    I created a Word document and added bookmarks using the native Word feature: Insert → Bookmark. Then, I process the document with Aspose.Words and save it as a Pdf. Here’s the code I’m using: var reportBuildOptions = …...Export Word bookmarks to PDF with valid actions using Aspose...Words Product Family aspose-pdf-net , words-net abhishekouta...

    forum.aspose.com/t/export-word-bookmarks-to-pdf...
  4. Save Each Worksheet to a Different PDF File wit...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, Pdf, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Each Worksheet to a Different PDF File with JavaScript via C++...contain images, charts, etc.) to PDF documents. Aspose.Cells for JavaScript...

    docs.aspose.com/cells/javascript-cpp/save-each-...
  5. Issues with particular font types after EMF to ...

    Hi Aspose support, In out product we started to use EMF to Pdf conversion via Aspose, and after some research with different ways and different Aspose libraries we found that the optimal one is to use Aspose.Words.dll t…...particular font types after EMF to PDF conversion Aspose.Words Product...product we started to use EMF to PDF conversion via Aspose, and after...

    forum.aspose.com/t/issues-with-particular-font-...
  6. Aspose OCR is not extracting text from pdf whic...

    Aspose OCR is not extracting text from Pdf which is not searchable , from a multipge or single Pdf only extraction is done for top few lines and the remaining is still image only, even though i have Aspose Total License…...is not extracting text from pdf which is not searchable Aspose...is not extracting text from pdf which is not searchable , from...

    forum.aspose.com/t/aspose-ocr-is-not-extracting...
  7. HTML to PDF too slow with version 25.7.0 and ab...

    Dear support team, We are using Aspose.Pdf version 25.7.0 for html to Pdf Below is the code that we are using for HTML to Pdf where “using (Document PdfDocument = new Document(stream, htmloptions))” is taking too much …...to PDF too slow with version 25.7.0 and above Aspose.PDF Product...Family html-to-pdf , aspose-pdf-net , aspose-pdf amitmalhotra November...

    forum.aspose.com/t/html-to-pdf-too-slow-with-ve...
  8. Automatically generated PDF file is not convert...

    Hi team. Our customer reported an issue. We have Pdfa compliant files created automatically by ABCPdf that are failed to be converted with issue: Error occured during saving. Document changes may not be applied. Index w…...Automatically generated PDF file is not converted Aspose.PDF Product Family...Convert(Stream.Null, PdfFormat.PDF_A_1A, ConvertErrorAction.Delete);...

    forum.aspose.com/t/automatically-generated-pdf-...
  9. 使用Python将PDF转换为Excel|Aspose.PDF for Python via ...

    Aspose.Pdf for Python库允许您使用Python将Pdf格式转换为Excel格式。这些格式包括XLS, XLSX, XML 2003电子表格, CSV, ODS。...使用Python将PDF转换为Excel Contents [ Hide ] 概述 本文解释了如何使用Python将 PDF转换为Excel格式...XLS Python PDF到XLS Python 将PDF转换为XLS Python 如何将PDF文件转换为XLS 格式...

    docs.aspose.com/pdf/zh/python-net/convert-pdf-t...
  10. 用C++打开PDF文档|Aspose.PDF for C++

    使用Aspose.Pdf的下一个代码片段,通过C++库打开您的Pdf文档。...用C++打开PDF文档 Contents [ Hide ] 打开现有的PDF文档 有几种方法可以打开文档。最简单的是指定一个文件名。...fileName ( "C: \\ Samples \\ sample.pdf" ); auto document = MakeObject...

    docs.aspose.com/pdf/zh/cpp/open-pdf-document/