Sort Score
Result 10 results
Languages All
Labels All
Results 891 - 900 of 13,737 for

pdfsaveoptions

(1.28 sec)
  1. Urobiť Markdown Pomocou Java

    Vytvorte nový Markdown v Java v niekoľkých krokoch. Jednoducho vytvorte Markdown pomocou knižnice Java....bookmark"); PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions...bookmark"); PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions...

    products.aspose.com/words/sk/java/make/md/
  2. Გააკეთეთ DOC Java Ის Გამოყენებით

    შექმენით ახალი DOC Java ში რამდენიმე ნაბიჯით. მარტივად შექმენით DOC Java ბიბლიოთეკის გამოყენებით....bookmark"); PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions...bookmark"); PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions...

    products.aspose.com/words/ka/java/make/doc/
  3. Convert PostScript with Aspose.Page C++ API

    PS to BMP conversion functionality included in Aspose.Page API solution for C++ is explained and illustrated with the code snippets here.... System::SharedPtr<PdfSaveOptions> options = System::Mak...System::MakeObject<PdfSaveOptions>(suppressErrors); // If you want to add...

    docs.aspose.com/page/cpp/convert-ps/
  4. Public API Changes in Aspose.3D 16.9.0|Document...

    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 class and Aspose.ThreeD...Adds Aspose.ThreeD.Formats.PdfSaveOptions class and Aspose.ThreeD...

    docs.aspose.com/3d/net/public-api-changes-in-as...
  5. Words to PDF Track Changes Cell Highlighting pr...

    Hello, We have an issue where the resultant PDF of a Word document that has track changes is unreadable due to the colour choices made for “By Author” Attached is the document highlighting the issue Track Changes.docx …...visible PdfSaveOptions saveOpts = new PdfSaveOptions(); saveOpts...visible PdfSaveOptions saveOpts = new PdfSaveOptions { ShowRevisionMarks...

    forum.aspose.com/t/words-to-pdf-track-changes-c...
  6. Table scaling results in removed colums after D...

    We’ve encountered an issue with the DOCX → TIFF java conversion. The width of the table is increased to the point that the table exceeds the document margins resulting in several columns being cut off. This issue can be…...page size: PdfSaveOptions pdfOptions = new PdfSaveOptions(); pdfOptions...ImageSaveOptions for TIFF, PdfSaveOptions for PDF) Use the latest...

    forum.aspose.com/t/table-scaling-results-in-rem...
  7. 用 Python 将 Markdown 转换为 PDF – Aspose.HTML

    使用 Aspose.HTML for Python 通过 .NET 将 Markdown 转换为 PDF。在即用型 Python 示例中考虑 Markdown 到 PDF 的转换方案。...PdfSaveOptions() {{/if_output}} {{#if_output...方法。您需要将 HTMLDocument 、 PdfSaveOptions 和输出文件路径 save_path 传递给 convert_html()...

    docs.aspose.com/html/zh/python-net/convert-mark...
  8. Make A Document In Java

    Create a file using Java library. Easily create a new document in Java in a few steps....bookmark"); PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions...bookmark"); PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions...

    products.aspose.com/words/java/make/
  9. PdfPageLayout | Aspose.Words for Java

    Specifies the page layout to be used when the document is opened in a PDF reader in Java.... PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions...save(getArtifactsDir() + "PdfSaveOptions.PageLayout.pdf", saveOptions);...

    reference.aspose.com/words/java/com.aspose.word...
  10. Save a OneNote Document | Aspose.Note Documenta...

    Learn how to save your work in OneNote....For example, there are PdfSaveOptions for SaveFormat.Pdf and...Initialize PdfSaveOptions object 8 PdfSaveOptions opts = new...

    docs.aspose.com/note/java/save-a-onenote-document/