Sort Score
Result 10 results
Languages All
Labels All
Results 351 - 360 of 9,665 for

pdfsaveoptions

(0.07 sec)
  1. DownsampleOptions.Resolution | Aspose.Words for...

    Optimize image quality with the DownsampleOptions Resolution property, defining the ideal pixels per inch for superior downsampling results....docx" ); // Create a "PdfSaveOptions" object that we can pass...to .PDF. PdfSaveOptions options = new PdfSaveOptions (); // By...

    reference.aspose.com/words/net/aspose.words.sav...
  2. 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...
  3. PdfPermissions Enum | Aspose.Words for .NET

    Discover Aspose.Words.PdfPermissions enum for controlling user access on encrypted PDFs. Enhance security and manage document operations effectively....DocumentAssembly ); // Create a "PdfSaveOptions" object that we can pass....PDF. PdfSaveOptions saveOptions = new PdfSaveOptions (); //...

    reference.aspose.com/words/net/aspose.words.sav...
  4. 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...
  5. PdfSaveOptions.exportDocumentStructure property...

    Pdfsaveoptions.exportDocumentStructure property. Gets or sets a value determining whether or not to export document structure....exportDocumentStruct property PdfSaveOptions.exportDocumentStruct property...aliqua." ); // Create a "PdfSaveOptions" object that we can pass...

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

    Aspose::Words::Saving::BookmarksOutlineLevelCollection::Contains method. Determines whether the collection contains a bookmark with the given name in C++.... auto pdfSaveOptions = System :: MakeObject...Aspose :: Words :: Saving :: PdfSaveOptions > (); System :: SharedPtr...

    reference.aspose.com/words/cpp/aspose.words.sav...
  7. Load OneNote Document or File in Java API

    Products Aspose.Total Product Solution Aspose.Words Product Solution Aspose.PDF Product Solution Aspose.Cells Product...... The PdfSaveOptions.PageSplittingAlgorit property...10 11 PdfSaveOptions pdfSaveOptions = new PdfSaveOptions(); 12...

    docs.aspose.com/note/java/load-a-onenote-document/
  8. Declaration|Documentation

    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....xlsx" ); PdfSaveOptions pdfSaveOptions = new PdfSaveOptions (); //...image type, that is, EMF pdfSaveOptions . ImageType = System ....

    docs.aspose.com/cells/net/declaration/
  9. Charts have wrong axis labels when converting f...

    Hi, When converting a DOCX to PDF, I noticed some x-axis labels in some charts are wrongly rendered. Code: var doc = new Document(@".\test.docx"); doc.Save(@".\out.pdf", new Pdfsaveoptions()); I’ve attached the test …...pdf", new PdfSaveOptions()); I’ve attached the test...when saving to PDF. The PdfSaveOptions class allows you to set...

    forum.aspose.com/t/charts-have-wrong-axis-label...
  10. PageSet | Aspose.Words for Java

    Describes a random set of pages in Java....PAGE_BREAK); } // Create a "PdfSaveOptions" object that we can pass...to .PDF. PdfSaveOptions options = new PdfSaveOptions(); // Below...

    reference.aspose.com/words/java/com.aspose.word...