Sort Score
Result 10 results
Languages All
Labels All
Results 651 - 660 of 33,600 for

saveoptions

(0.12 sec)
  1. Սեղմել PDF Ը C# Ում

    Սեղմեք PDF ը C# ում՝ առանց որակի կորստի: Օպտիմալացրեք PDF բովանդակությունը, հեշտությամբ կրճատեք ֆայլի չափը:...SectionBreakNewPage); } var saveOptions = new PdfSaveOptions { CacheBackgroundGraph...Document.Save( "Output.pdf" , saveOptions); private void SetPageSize...

    products.aspose.com/words/hy/net/compress/pdf/
  2. Conversion from Word to PDF has some issues wit...

    Hi Support, We are licensed users of Aspose.Total. We are facing formatting issues while converting document from Word to PDF. We are trying to render the PDF with Bookmarks retained and below is how we have implemente…...Document(docStream); var saveOptions = new Aspose.Words.Saving...SaveFormat = SaveFormat.Pdf }; saveOptions.OutlineOptions.DefaultBookmarksOutl...

    forum.aspose.com/t/conversion-from-word-to-pdf-...
  3. SoftEdgeFormat | Aspose.Words for Java

    Represents the soft edge formatting for an object in Java....SvgSaveOptions saveOptions = new SvgSaveOptions(); saveOptions.setMaxImageResolutio(72);...MaxImageResolution.svg", saveOptions); Shows how to work with...

    reference.aspose.com/words/java/com.aspose.word...
  4. LINQ Expressions Not Working When Saving as PDF...

    Description I am using Aspose.Words for Java to generate documents with LINQ Reporting Engine. The LINQ expressions are processed correctly when saving the document as DOCX, but when saving as PDF, the expressions are no…...String[0])); SaveOptions saveOptions = SaveOptions.createSaveOptions(SaveFormat...fromName("PDF")); doc.save(out, saveOptions); Observed Behavior DOCX...

    forum.aspose.com/t/linq-expressions-not-working...
  5. IWarningCallback class | Aspose.Words for Node.js

    Aspose.Words.IWarningCallback class. 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.... let saveOptions = new aw . Saving . PdfSaveOptions...PdfSaveOptions (); saveOptions . metafileRenderingOpt = metafileRenderingOpt...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. MetafileRenderingMode Enum | Aspose.Words for .NET

    Discover how Aspose.Words.Saving.MetafileRenderingMode enhances WMF and EMF metafile rendering for optimal document quality and performance....PdfSaveOptions saveOptions = new PdfSaveOptions (); saveOptions . MetafileRenderingOpt...HandleBinaryRasterWa.pdf" , saveOptions ); Assert . That ( callback...

    reference.aspose.com/words/net/aspose.words.sav...
  7. PdfEncryptionDetails.UserPassword | Aspose.Word...

    Discover how the UserPassword property enhances PDF security by requiring a password for access, ensuring your documents stay protected and confidential.... PdfSaveOptions saveOptions = new PdfSaveOptions ();..."EncryptionDetails" property. saveOptions . EncryptionDetails = encryptionDetails...

    reference.aspose.com/words/net/aspose.words.sav...
  8. GradientStyle enumeration | Aspose.Words for No...

    Aspose.Words.Drawing.GradientStyle enumeration. Specifies the style for a gradient fill.... let saveOptions = new aw . Saving . OoxmlSaveOptions...OoxmlSaveOptions (); saveOptions . compliance = aw . Saving . OoxmlCompliance...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. MarkdownSaveOptions.ExportUnderlineFormatting |...

    Discover how the MarkdownSaveoptions ExportUnderlineFormatting property enhances your text export. Control underline formatting easily with this boolean setting...." ); MarkdownSaveOptions saveOptions = new MarkdownSaveOptions...ExportUnderlineForma.md" , saveOptions ); See Also class MarkdownSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  10. How to Convert Project Data to PDF | Aspose.Tas...

    This guide explains how to convert project data into PDF format using Aspose.Tasks for Java. Whether you're new to the platform or looking to optimize your workflow, this article provides a clear step-by-step approach to achieve your goal....mpp" ); 12 SaveOptions o = new PdfSaveOptions();...PdfSaveOptions saveOptions = new PdfSaveOptions(); 4 saveOptions. setSaveToSeparateFil...

    docs.aspose.com/tasks/java/convert-project-data...