Sort Score
Result 10 results
Languages All
Labels All
Results 201 - 210 of 13,737 for

pdfsaveoptions

(3.04 sec)
  1. PdfImageColorSpaceExportMode | Aspose.Words for...

    Specifies how the color space will be selected for the images in PDF document in Java....png"); // Create a "PdfSaveOptions" object that we can pass...PDF. PdfSaveOptions pdfSaveOptions = new PdfSaveOptions(); //...

    reference.aspose.com/words/java/com.aspose.word...
  2. 使用 Node.js 和 C++ 将每个工作表保存为不同的 PDF 文件|Documentation

    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....可以尝试每次设置一个工作表索引为 [ PdfSaveOptions.SheetSet ]( https://reference...(); // Define PdfSaveOptions const pdfSaveOptions = new AsposeCells...

    docs.aspose.com/cells/zh/nodejs-cpp/save-each-w...
  3. PdfImageColorSpaceExportMode Enum | Aspose.Word...

    Discover the Aspose.Words PdfImageColorSpaceExportMode enum to optimize image color selection in your PDF documents for stunning visuals....png" ); // Create a "PdfSaveOptions" object that we can pass...PDF. PdfSaveOptions pdfSaveOptions = new PdfSaveOptions (); //...

    reference.aspose.com/words/net/aspose.words.sav...
  4. PdfSaveOptions.header_footer_bookmarks_export_m...

    Pdfsaveoptions.header_footer_bookmarks_export_mode property. Determines how bookmarks in headers/footers are exported....s_export_mode property PdfSaveOptions.header_footer_bookmarks_export_mode...in conjunction with the PdfSaveOptions.outline_options option...

    reference.aspose.com/words/python-net/aspose.wo...
  5. OutlineOptions.bookmarksOutlineLevels property ...

    OutlineOptions.bookmarksOutlineLevels property. Allows to specify individual bookmarks outline level.... let pdfSaveOptions = new aw . Saving . PdfSaveOptions (); let...let outlineLevels = pdfSaveOptions . outlineOptions . bookmarksOutlineLeve...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. PdfSaveOptions.renderChoiceFormFieldBorder prop...

    Pdfsaveoptions.renderChoiceFormFieldBorder property. Specifies whether to render PDF choice form field border....renderChoiceFormFiel property PdfSaveOptions.renderChoiceFormFiel property...Drop-Down Form Field when PdfSaveOptions.preserveFormFields option...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. PdfSaveOptions.UseBookFoldPrintingSettings | As...

    Discover the Pdfsaveoptions UseBookFoldPrintingSettings property to easily save documents in a booklet layout for enhanced printing efficiency....UseBookFoldPrintingS Contents [ Hide ] PdfSaveOptions.UseBookFoldPrintingS property..."Paragraphs.docx" ); // Create a "PdfSaveOptions" object that we can pass...

    reference.aspose.com/words/net/aspose.words.sav...
  8. PdfSaveOptions.Compliance | Aspose.Words for .NET

    Discover the Pdfsaveoptions Compliance property to ensure your PDF documents meet industry standards for quality and compatibility....Compliance Contents [ Hide ] PdfSaveOptions.Compliance property Specifies..."Images.docx" ); // Create a "PdfSaveOptions" object that we can pass...

    reference.aspose.com/words/net/aspose.words.sav...
  9. Removing the Gap Between Tasks List and Footer ...

    This guide explains how to use Aspose.Tasks for Java to reduce the gap between the task list and footer when converting project data....13 14 PdfSaveOptions pdfSaveOptions = new PdfSaveOptions(); 15...15 pdfSaveOptions. setReduceFooterGap ( true ); 16 pdfSaveOptions...

    docs.aspose.com/tasks/java/reducing-gap-between...
  10. Word转pdf时一个大表格,在跨页时没有展示底边框 - Free Support Forum...

    aspose-word-java 22,word中有一个大的表格,后面的单元格并不是合并,仅仅是把边框给隐藏了,只有最底部的单元格才展示底边框,跨页时在word中展示没有问题,但是在通过保存为pdf时就没有显示底部边框 String wordPath = "a.pdf"; File wordFile = new File(wordPath); Pdfsaveoptions Pdfsaveoptions = new PdfSaveO…...File(wordPath); PdfSaveOptions pdfSaveOptions = new PdfSaveOptions(); pdfSaveOptions...setCompliance(PdfCompliance.PDF_17); pdfSaveOptions.setFontEmbeddingMode(PdfFontEmbeddingMode...

    forum.aspose.com/t/word-pdf/313027