Sort Score
Result 10 results
Languages All
Labels All
Results 331 - 340 of 13,737 for

pdfsaveoptions

(0.12 sec)
  1. Aspose.Cells.CellsException:“Metafile::PixelFor...

    An error occurred when converting the Excel file to PDF: Aspose.Cells.CellsException:“Metafile::PixelForamt” CIPL-INDIA-LIMO-4-Air.7z (144.1 KB) using Aspose.Cells; var workbook = new Workbook("./CIPL-INDIA-LIMO-4-Ai…...var pdfSaveOptions = new PdfSaveOptions(); pdfSaveOptions.OnePagePerSheet...var pdfSaveOptions = new PdfSaveOptions(); pdfSaveOptions.OnePagePerSheet...

    forum.aspose.com/t/aspose-cells-cellsexception-...
  2. 如何在 Java 中将 OBJ 转换为 PDF

    本文指导如何使用 Java 将 OBJ 转换为 PDF。它包含 IDE 设置、步骤列表以及用于用 Java 开发 OBJ 到 PDF 转换器的可运行示例代码。...将 OBJ 文件另存为 PDF 时,可以使用 PdfSaveOptions 类自定义输出 PDF 文件。 在 Java 中将...3D 对象文件 创建 PdfSaveOptions 类对象的对象 使用 PdfSaveOptions 对象设置输出 PDF...

    kb.aspose.com/zh/3d/java/how-to-convert-obj-to-...
  3. Docx to Pdf rendition is not getting generating...

    In the original document SISMS-06-01-SFP-FORM-006320.docx (107.7 KB), row 54 appears on page 9. However, after converting the document to PDF using Aspose version 25.6, row 54 is shifted to page 8 in the output file SISM…...Specifically, you can use the PdfSaveOptions class to control various...demonstrates how to set up PdfSaveOptions for better control over...

    forum.aspose.com/t/docx-to-pdf-rendition-is-not...
  4. 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 = …..."ds"); PdfSaveOptions pdfSaveOptions = new PdfSaveOptions { SaveFormat...doc.Range.Bookmarks) { pdfSaveOptions.OutlineOptions.BookmarksOutlineLeve...

    forum.aspose.com/t/export-word-bookmarks-to-pdf...
  5. PdfSaveOptions.InterpolateImages | Aspose.Words...

    Discover Pdfsaveoptions' InterpolateImages property, a key feature that enhances image quality in your documents. Optimize your PDFs effortlessly!...InterpolateImages Contents [ Hide ] PdfSaveOptions.InterpolateImages property...logo.png" ); // Create a "PdfSaveOptions" object that we can pass...

    reference.aspose.com/words/net/aspose.words.sav...
  6. Specify how to cross strings in output PDF and ...

    Learn how to control text overflow in PDF and image outputs using Aspose.Cells for C++....options PdfSaveOptions pdfSaveOptions ; pdfSaveOptions . SetTextCrossType..."outputCrossType.pdf" , pdfSaveOptions ); // Initialize image...

    docs.aspose.com/cells/cpp/specify-how-to-cross-...
  7. PdfEncryptionDetails.UserPassword | Aspose.Word...

    Discover how the UserPassword property enhances PDF security by requiring a password for access, ensuring your documents stay protected and confidential....DocumentAssembly ); // Create a "PdfSaveOptions" object that we can pass....PDF. PdfSaveOptions saveOptions = new PdfSaveOptions (); //...

    reference.aspose.com/words/net/aspose.words.sav...
  8. PdfSaveOptions和ImageOrPrintOptions的DefaultFont...

    学习在使用Aspose.Cells保存文档时优先设置字体。...将PdfSaveOptions和ImageOrPrintOptions的DefaultFont属性设置为优先,使用C++...Contents [ Hide ] 可能的使用场景 在设置 PdfSaveOptions 和 ImageOrPrintOptions 的...

    docs.aspose.com/cells/zh/cpp/set-defaultfont-pr...
  9. 将 SVG 转换为 PDF – Aspose.HTML for Java

    使用 Aspose.HTML for Java 将 SVG 转换为 PDF。考虑将 SVG 转换为 PDF 的各种情况,并学习如何使用 Pdfsaveoptions。...代码的字符串、输入 SVG 文件的基本文件夹、PdfSaveOptions 类的实例以及保存转换后文件的输出文件路径。 Copy...convertSVG (code, "." , new PdfSaveOptions(), "output.pdf" ); Exa...

    docs.aspose.com/html/zh/java/convert-svg-to-pdf/
  10. PdfSaveOptions.UseSdtTagAsFormFieldName | Aspos...

    Discover how the Pdfsaveoptions UseSdtTagAsFormFieldName property enhances PDF forms by using SDT control tags for better organization and clarity....UseSdtTagAsFormField Contents [ Hide ] PdfSaveOptions.UseSdtTagAsFormField property...docx" ); PdfSaveOptions saveOptions = new PdfSaveOptions (); saveOptions...

    reference.aspose.com/words/net/aspose.words.sav...