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

pdfsaveoptions

(0.09 sec)
  1. IWarningCallback | Aspose.Words for Java

    Implement this interface if you want to have your own custom method called to capture loss of fidelity warnings that can occur during document loading or saving in Java....VECTOR_WITH_FALLBACK); // Create a "PdfSaveOptions" object that we can pass...operation. PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions...

    reference.aspose.com/words/java/com.aspose.word...
  2. Java XPS to PDF Conversion API

    Sample Java conversion code for XPS format to PDF file. Use this example code to convert XPS to PDF within any Web or Desktop Java based application....an instance of PDFSaveOptions PDFSaveOptions options = new PDFSaveOptions();...

    products.aspose.com/page/java/conversion/xps-to...
  3. Create PdfBookmarkEntry for Chart Sheet with Ja...

    Learn how to create PdfBookmarkEntry for chart sheets using Aspose.Cells for JavaScript via C++....SaveFormat , PdfBookmarkEntry , PdfSaveOptions , Utils } = AsposeCells...Entries const opts = new PdfSaveOptions (); opts . bookmark = ent1...

    docs.aspose.com/cells/javascript-cpp/create-pdf...
  4. Convert Numbers File to PDF in Java

    This article guides on how to convert numbers file to PDF in Java. It has details to set the IDE, a list of steps, and a sample code to transform numbers file to PDF in Java....the watermark Create the PdfSaveOptions object to customize the...object, and create the PdfSaveOptions class object. Set the list...

    kb.aspose.com/cells/java/convert-numbers-file-t...
  5. How to Convert Markdown to PDF in Java

    This article guides on how to convert Markdown to PDF in Java. You will get IDE settings, a list of programming steps and a runnable sample code to export Markdown to PDF in Java....Create an object of the PdfSaveOptions class to set properties...another argument of class PdfSaveOptions class can be provided containing...

    kb.aspose.com/words/java/how-to-convert-markdow...
  6. 档案

    档案...mpp"); System::SharedPtr<PdfSaveOptions> saveOptions = System:...System::MakeObject<PdfSaveOptions>(); saveOptions->set_SaveToSeparateFiles(true);...

    blog.aspose.com/zh/tasks/convert-mpp-to-pdf-in-c/
  7. Firefox browser ignores security settings - Fre...

    When saving a document as a PDF and using DisallowAll for the PdfPermissions Enumeration (as shown here: PdfPermissions Enum | Aspose.Words for .NET) I end up with a PDF that cannot be printed, copied, or edited. HOWEVE…...DisallowAll (including any PdfSaveOptions configuration). The Firefox...rowser-firefox-1236751 PdfSaveOptions options = new() { SaveFormat...

    forum.aspose.com/t/firefox-browser-ignores-secu...
  8. 使用 C++ 添加具有命名目标的 PDF 书签|Documentation

    学习如何使用 Aspose.Cells for C++ 添加带有命名目标的 PDF 书签。...SetSubEntry(list); // Create PdfSaveOptions and assign Bookmark to...to it PdfSaveOptions opts ; opts . SetBookmark ( bookmarkEntry...

    docs.aspose.com/cells/zh/cpp/add-pdf-bookmarks-...
  9. Unable to detect installed TrueType fonts durin...

    Dear Support Team, I was testing the conversion of multiple document formats to PDF (including DOCX, PPTX, VSDX, and XLSX) using custom fonts installed on my system. According to the documentation, Aspose libraries such…...Diagram(input); PdfSaveOptions pso = new PdfSaveOptions(); pso.setWarningCallback(new...Diagram(input); PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions...

    forum.aspose.com/t/unable-to-detect-installed-t...
  10. PdfPageLayout enumeration | Aspose.Words for No...

    Aspose.Words.Saving.PdfPageLayout enumeration. Specifies the page layout to be used when the document is opened in a PDF reader.... PdfSaveOptions (); saveOptions . pageLayout...base . artifactsDir + "PdfSaveOptions.pageLayout.pdf" , saveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...