Sort Score
Result 10 results
Languages All
Labels All
Results 401 - 410 of 9,664 for

pdfsaveoptions

(0.04 sec)
  1. Excel 转成 PDF 文本缺失 - Free Support Forum - aspose...

    worksheet.zip (1.3 MB) Excel 转PDF时有部分文字缺失 image.png (61.9 KB) image.jpg (149.5 KB)...为了确保在转换过程中不会丢失文本,您可以使用 PdfSaveOptions 类中的 setWarningCallback...xlsx"); PdfSaveOptions options = new PdfSaveOptions(); options...

    forum.aspose.com/t/excel-pdf/315052
  2. Ինչպես փոխարկել RTF-ն PDF-ի Java-ում

    Այս կարճ ձեռնարկում դուք կսովորեք, թե ինչպես փոխարկել RTF-ն PDF-ի Java-ում՝ բեռնելով աղբյուրի RTF ֆայլը և պահպանելով այն որպես PDF: RTF-ը PDF-ի Java-ի վերափոխելու համար տրվում է օրինակելի կոդը և մանրամասն նկարագրությունը:...ելքային PDF-ը՝ օգտագործելով PdfSaveOptions-ը: Java-ում RTF-ն PDF-ի...դասի օբյեկտում Ստուգեք PdfSaveOptions դասի օբյեկտը` փոխակերպված...

    kb.aspose.com/hy/words/java/how-to-convert-rtf-...
  3. Remove Gap Between Tasks List and Footer

    Aspose.Tasks for .NET provides ReduceFooterGap property to reduce gap between the list of tasks and the footer while conversion of project data to different formats.... 7 8 PdfSaveOptions pdfSaveOptions = new PdfSaveOptions { ReduceFooterGap...ut.pdf" , (SaveOptions)pdfSaveOptions); 10 11 HtmlSaveOptions...

    docs.aspose.com/tasks/net/reduce-gap-between-ta...
  4. DownsampleOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.Saving.DownsampleOptions class to easily customize image downsampling for optimized document quality and performance....docx" ); // Create a "PdfSaveOptions" object that we can pass...to .PDF. PdfSaveOptions options = new PdfSaveOptions (); // By...

    reference.aspose.com/words/net/aspose.words.sav...
  5. PdfDigitalSignatureTimestampSettings.ServerUrl ...

    Discover the PdfDigitalSignatureTimestampSettings ServerUrl property for secure timestamping. Ensure document integrity with reliable timestamp server URLs...." ); // Create a "PdfSaveOptions" object that we can pass...to .PDF. PdfSaveOptions options = new PdfSaveOptions (); // Create...

    reference.aspose.com/words/net/aspose.words.sav...
  6. Aspose.Words converting to PDF/A compliance - F...

    Hello, I’ve noticed a similar question being asked before here Word to PDFA-1a I was wondering if there’s any update to this? Does Aspose.Words support checking for PDF/A compliance now?...standards, you can use the PdfSaveOptions class to set the compliance...docx"); PdfSaveOptions options = new PdfSaveOptions(); // Set...

    forum.aspose.com/t/aspose-words-converting-to-p...
  7. MetafileRenderingMode Enum | Aspose.Words for .NET

    Discover how Aspose.Words.Saving.MetafileRenderingMode enhances WMF and EMF metafile rendering for optimal document quality and performance....VectorWithFallback ; // Create a "PdfSaveOptions" object that we can pass...operation. PdfSaveOptions saveOptions = new PdfSaveOptions (); saveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  8. Aspose word for java转 PDF 格式问题 - Free Support F...

    将word 转换到 PDF后 使用虚拟打印机的做的测试,然后发现有显示不全的问题。 数字的下面有部分(像一条白线)显示不完整。附件中包含了相关的截图和文档 问题.zip (445.0 KB)...为了解决这个问题,您可以尝试以下步骤: 使用PdfSaveOptions :在转换时使用 PdfSaveOptions 类来设置一些选项,例如... Code 以下是一个示例代码,展示如何使用 PdfSaveOptions 进行设置: Document doc = new...

    forum.aspose.com/t/aspose-word-for-java-pdf/314875
  9. Convert SVG to PDF – C# code and Online Converter

    Convert SVG to PDF in C# using Aspose.HTML API. Consider various SVG to PDF conversion scenarios in C# examples. Try online SVG Converter....'PDF'}} var options = new PdfSaveOptions(); {{/if_output}} {{#if_output...(DataDir, "shapes.svg" ), new PdfSaveOptions(), Path. Combine (OutputDir...

    docs.aspose.com/html/net/convert-svg-to-pdf/
  10. Word转pdf 图片丢失 - Free Support Forum - aspose.com

    SNT25070004_1(4).zip (2.4 MB) word转pdf 这里第四页的第二张图片不见了... Use PdfSaveOptions : When saving the document...document as a PDF, utilize the PdfSaveOptions class to specify any necessary...

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