Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 9,624 for

pdfsaveoptions

(0.1 sec)
  1. Aspose::Words::Saving::BookmarksOutlineLevelCol...

    Aspose::Words::Saving::BookmarksOutlineLevelCollection::Add method. Adds a bookmark to the collection in C++.... auto pdfSaveOptions = MakeObject < PdfSaveOptions > (); SharedPtr...BookmarksOutlineLeve > outlineLevels = pdfSaveOptions -> get_OutlineOptions ()...

    reference.aspose.com/words/cpp/aspose.words.sav...
  2. Aspose::Words::Saving::BookmarksOutlineLevelCol...

    Aspose::Words::Saving::BookmarksOutlineLevelCollection::Remove method. Removes a bookmark with the specified name from the collection in C++.... auto pdfSaveOptions = MakeObject < PdfSaveOptions > (); SharedPtr...BookmarksOutlineLeve > outlineLevels = pdfSaveOptions -> get_OutlineOptions ()...

    reference.aspose.com/words/cpp/aspose.words.sav...
  3. PdfSaveOptions.outlineOptions property | Aspose...

    Pdfsaveoptions.outlineOptions property. Allows to specify outline options....outlineOptions property PdfSaveOptions.outlineOptions property...format by using the same PdfSaveOptions.outlineOptions class. Examples...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. PdfSaveOptions.outline_options property | Aspos...

    Pdfsaveoptions.outline_options property. Allows to specify outline options....outline_options property PdfSaveOptions.outline_options property...format by using the same PdfSaveOptions.outline_options class....

    reference.aspose.com/words/python-net/aspose.wo...
  5. PdfSaveOptions.customPropertiesExport property ...

    Pdfsaveoptions.customPropertiesExport property. Gets or sets a value determining the way [Document.customDocumentProperties](../../../aspose.words/document/customDocumentProperties/) are exported to PDF file....customPropertiesExpo property PdfSaveOptions.customPropertiesExpo property...value" ); // Create a "PdfSaveOptions" object that we can pass...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. PdfSaveOptions.compliance property | Aspose.Wor...

    Pdfsaveoptions.compliance property. Specifies the PDF standards compliance level for output documents....compliance property PdfSaveOptions.compliance property Specifies...'Images.docx' ) # Create a "PdfSaveOptions" object that we can pass...

    reference.aspose.com/words/python-net/aspose.wo...
  7. DmlEffectsRenderingMode Enum | Aspose.Words for...

    Discover the Aspose.Words DmlEffectsRenderingMode enum for optimized DrawingML effect rendering in fixed page formats. Enhance your document quality!...docx" ); // Create a "PdfSaveOptions" object that we can pass...to .PDF. PdfSaveOptions options = new PdfSaveOptions (); // Set...

    reference.aspose.com/words/net/aspose.words.sav...
  8. PdfSaveOptions.render_choice_form_field_border ...

    Pdfsaveoptions.render_choice_form_field_border property. Specifies whether to render PDF choice form field border....render_choice_form_field_border property PdfSaveOptions.render_choice_form_field_border...Drop-Down Form Field when PdfSaveOptions.preserve_form_fields option...

    reference.aspose.com/words/python-net/aspose.wo...
  9. PdfSaveOptions.encryption_details property | As...

    Pdfsaveoptions.encryption_details property. Gets or sets the details for encrypting the output PDF document....encryption_details property PdfSaveOptions.encryption_details property...DOCUMENT_ASSEMBLY ) # Create a "PdfSaveOptions" object that we can pass...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Basic samples how to convert OneNote to PDF

    Sample code to export or save OneNote to PDF using default options or with Jpeg compression...Initialize PdfSaveOptions object 8 PdfSaveOptions opts = new...new PdfSaveOptions(); 9 10 // Set page index: 0 means to start saving...

    docs.aspose.com/note/net/convert-onenote-to-pdf...