Sort Score
Result 10 results
Languages All
Labels All
Results 281 - 290 of 13,737 for

pdfsaveoptions

(0.36 sec)
  1. 使用JavaScript通过C++跟踪文档转换进度|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++跟踪Excel文件的转换进度。..."text/javascript" > const { Workbook , PdfSaveOptions , SaveFormat } = AsposeCells...arrayBuffer )); // Create PdfSaveOptions and assign the page saving...

    docs.aspose.com/cells/zh/javascript-cpp/track-d...
  2. PDF file after saving is not fillable - Free Su...

    Hi, I have 2 pdf, that I attached. input1.pdf after saving is not fillable anymore. While input2.pdf after saving is still fillable. I don’t understand the reason. I tried setting the security options through PdfFileSec…...follow these steps: Use PdfSaveOptions : When saving the document...document, utilize PdfSaveOptions to specify that you want to preserve...

    forum.aspose.com/t/pdf-file-after-saving-is-not...
  3. PdfSaveOptions.display_doc_title property | Asp...

    Pdfsaveoptions.display_doc_title property. A flag specifying whether the window’s title bar should display the document title taken from the Title entry of the document information dictionary....display_doc_title property PdfSaveOptions.display_doc_title property...pdf title' # Create a "PdfSaveOptions" object that we can pass...

    reference.aspose.com/words/python-net/aspose.wo...
  4. PdfSaveOptions.pageLayout property | Aspose.Wor...

    Pdfsaveoptions.pageLayout property. Specifies the page layout to be used when the document is opened in a PDF reader....pageLayout property PdfSaveOptions.pageLayout property Specifies...saveOptions = new aw . Saving . PdfSaveOptions (); saveOptions . pageLayout...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. PdfEncryptionDetails.OwnerPassword | Aspose.Wor...

    Discover how the OwnerPassword property secures your encrypted PDF files, ensuring only authorized access. Protect your documents effortlessly!...DocumentAssembly ); // Create a "PdfSaveOptions" object that we can pass....PDF. PdfSaveOptions saveOptions = new PdfSaveOptions (); //...

    reference.aspose.com/words/net/aspose.words.sav...
  6. Save as PDF - Change image - Free Support Forum...

    hello, when I save the document as PDF the image changes, you can check it out. thanks in advance input.docx (238.8 KB)... Use PdfSaveOptions : When saving your document... you can customize the PdfSaveOptions to control how images are...

    forum.aspose.com/t/save-as-pdf-change-image/310466
  7. Render One PDF Page Per Excel Worksheet - Excel...

    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....Workbook , SaveFormat , PdfSaveOptions } = AsposeCells ; AsposeCells...const pdfSaveOptions = new PdfSaveOptions (); pdfSaveOptions . onePagePerSheet...

    docs.aspose.com/cells/javascript-cpp/render-one...
  8. PdfSaveOptions.preserveFormFields property | As...

    Pdfsaveoptions.preserveFormFields property. Specifies whether to preserve Microsoft Word form fields as form fields in PDF or convert them to text...preserveFormFields property PdfSaveOptions.preserveFormFields property...the Save method and the PdfSaveOptions class. let doc = new aw...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Aspose::Words::Saving::BookmarksOutlineLevelCol...

    Aspose::Words::Saving::BookmarksOutlineLevelCollection::IndexOfKey method. Returns the zero-based index of the specified bookmark in the collection in C++.... auto pdfSaveOptions = System :: MakeObject...Aspose :: Words :: Saving :: PdfSaveOptions > (); System :: SharedPtr...

    reference.aspose.com/words/cpp/aspose.words.sav...
  10. Save Each Worksheet to a Different PDF File wit...

    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....one sheet index to the PdfSaveOptions.SheetSet option at a time...(); // Define PdfSaveOptions const pdfSaveOptions = new AsposeCells...

    docs.aspose.com/cells/nodejs-cpp/save-each-work...