Sort Score
Result 10 results
Languages All
Labels All
Results 1,561 - 1,570 of 13,737 for

pdfsaveoptions

(1.53 sec)
  1. 画正方形|Documentation

    本节介绍如何用Aspose.Diagram在visio页面中绘制正方形。支持使用C#绘制正方形并保存为pdf、svg、html、image、xps等格式。...pdf" , new PdfSaveOptions ()); 在 PNG 中绘制正方形 Aspose...

    docs.aspose.com/diagram/zh/net/drawing/draw-squ...
  2. [Aspose.Cells for java]印刷プレビューの内容に改ページ位置を一致させる方...

    変換後のPDFにおいて、ExcelのOffice上の印刷ページ数(印刷プレビューの内容)と一致しない事象が発生し、PDFに空白のページが生まれてしまいます。ページレイアウトの「拡大/縮小」設定において100%以外の場合でも、変換後のPDFにおけるページ数をOfficeの印刷ページ数と一致させる方法はありますか?希望としては常に印刷プレビュー通りの改ページ位置で出力したいです。 <ソース抜粋> #ExcelのPDF変換処理は、PDFバ…...PdfSaveOptions saveOptionsForCell = new...new com.aspose.cells.PdfSaveOptions(); saveOptionsForCell.setCompliance(com...

    forum.aspose.com/t/aspose-cells-for-java/325249
  3. 用C++自定义数据透视表的全球化设置|Documentation

    学习如何使用Aspose.Cells for C++自定义数据透视表的全球化设置。...SetRefreshDataFlag ( false ); PdfSaveOptions options ; options . SetOnePagePerSheet...

    docs.aspose.com/cells/zh/cpp/customize-globaliz...
  4. Document Conversion via Python | products.aspos...

    Convert Microsoft Word Formats DOC, DOCX to PDF, Images and more as well as Presentation Slides, Email Messages and 3D Images just few lines of Python code....enumeration, for setting PdfSaveOptions() . Python - Word to PDF...

    products.aspose.com/total/python-net/conversion/
  5. Issue with Splitting Editable PDF | Missing rad...

    Hi Team, We are facing an issue while splitting an editable PDF. The radio button values are not being retained after the PDF is split. Details: Aspose Version: 24.3.0 Note: Upgrading the Aspose version is not feasib…...Save(outputPath, new PdfSaveOptions()) and then deleting the...

    forum.aspose.com/t/issue-with-splitting-editabl...
  6. Rendering Document as PDF shows empty table bor...

    When creating a document with Aspose.Words and inserting a table into it, which has no borders set (even calling table.ClearBorders() to ensure it), when saving the document as PDF, the resulting PDF shows some kind of t…...played around a lot with the PdfSaveOptions, but could not find any...

    forum.aspose.com/t/rendering-document-as-pdf-sh...
  7. Rendering Task Sheet View | Aspose.Tasks Docume...

    Learn how to render Microsoft Project (MPP/XML) task sheet views using Aspose.Tasks for Java....SaveOptions options = new PdfSaveOptions(); 7 options. setPresentationForma...

    docs.aspose.com/tasks/java/rendering-task-sheet...
  8. Sorting Tasks by Column in Gantt Chart | Aspose...

    This guide explains how to sort tasks by column in Gant chart view using Aspose.Tasks for Java....SaveOptions options = new PdfSaveOptions(); 8 9 BarStyle barStyle...

    docs.aspose.com/tasks/java/sort-tasks-by-column...
  9. Word saveto Pdf,内容样式错误问题 - Free Support Forum -...

    Document doc = new Document(“test.docx”); SaveOptions saveOptions = SaveOptions.createSaveOptions(SaveFormat.PDF); saveOptions.setMemoryOptimization(true); doc.save(“test.pdf”, saveOptions); Aspose.word for java 25.1…...version you use provides PdfSaveOptions , create an instance of...

    forum.aspose.com/t/word-saveto-pdf/322091
  10. Convert HTML to PDF – Java Code and Online Conv...

    Sample Java code for HTML to PDF conversion with Aspose.HTML for Java. Use it to convert HTML to PDF within any Web or Desktop Java based application....convertHTML(document, new PdfSaveOptions(), "output.pdf" ); Steps...HTML file. Create a new PdfSaveOptions object. Call the convertHTML()...

    products.aspose.com/html/java/conversion/html-t...