Sort Score
Result 10 results
Languages All
Labels All
Results 541 - 550 of 33,584 for

saveoptions

(0.07 sec)
  1. 在 .NET 中将 PDF 转换为 Excel|Aspose.PDF for .NET

    Aspose.PDF for .NET 库允许您使用 C# 将 PDF 转换为 Excel 格式。这些格式包括 XLS、XLSX、XML 2003 电子表格、CSV、ODS。...ExcelSaveOptions object var saveOptions = new Aspose . Pdf . ExcelSaveOptions...+ "PDFToXLS_out.xlsx" , saveOptions ); } } 将 PDF 转换为具有控制列的 XLS...

    docs.aspose.com/pdf/zh/net/convert-pdf-to-excel/
  2. PdfSaveOptions class | Aspose.Words for Python

    aspose.words.saving.PdfSaveoptions class. Can be used to specify additional options when saving a document into the [SaveFormat.PDF](../../aspose.words/saveformat/#PDF) format...→ FixedPageSaveOptions → SaveOptions Constructors Name Description...False . (Inherited from SaveOptions ) attachments_embedding_mode...

    reference.aspose.com/words/python-net/aspose.wo...
  3. 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-...
  4. Შეკუმშოს DOCX C++

    შეკუმშოს DOCX C++ ში ხარისხის დაკარგვის გარეშე. გააუმჯობესეთ DOCX კონტენტი, შეამცირეთ ფაილის ზომა მარტივად...."yourCompressedImage" ); } } auto saveOptions = MakeObject <OoxmlSaveOptions>();...<OoxmlSaveOptions>(); saveOptions-> set_CompressionLevel (CompressionLevel::Maximum);...

    products.aspose.com/words/ka/cpp/compress/docx/
  5. Შეკუმშოს WORD C++

    შეკუმშოს WORD C++ ში ხარისხის დაკარგვის გარეშე. გააუმჯობესეთ WORD კონტენტი, შეამცირეთ ფაილის ზომა მარტივად...."yourCompressedImage" ); } } auto saveOptions = MakeObject <OoxmlSaveOptions>();...<OoxmlSaveOptions>(); saveOptions-> set_CompressionLevel (CompressionLevel::Maximum);...

    products.aspose.com/words/ka/cpp/compress/word/
  6. 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...
  7. 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...
  8. Fill.gradientVariant property | Aspose.Words fo...

    Fill.gradientVariant property. Gets the gradient variant [GradientVariant](../../gradientvariant/) for the fill.... let saveOptions = new aw . Saving . OoxmlSaveOptions...OoxmlSaveOptions (); saveOptions . compliance = aw . Saving . OoxmlCompliance...

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

    Aspose::Words::Saving::MarkdownSaveoptions::get_ImagesFolderAlias method. Specifies the name of the folder used to construct image URIs written into a document. Default is an empty string in C++....(), u "ImagesDir" ); auto saveOptions = System :: MakeObject <...document's linked images. saveOptions -> set_ImagesFolder ( imagesFolder...

    reference.aspose.com/words/cpp/aspose.words.sav...
  10. 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...