Sort Score
Result 10 results
Languages All
Labels All
Results 2,191 - 2,200 of 32,696 for

saveoptions

(0.13 sec)
  1. FileFormatInfo class | Aspose.Words for Python

    aspose.words.FileFormatInfo class. Contains data returned by [FileFormatUtil](../fileformatutil/) document format detection methods...Document () # Configure a SaveOptions object to encrypt the document...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Exporting an excel file as to PDF file - Free S...

    We are facing an export an excel file content to the PDF file, which is taking longer period in processing. what are the constraint need to considered for downloading a file of PDF from an excel file...PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions.PageIndex...PageIndex = 5; saveOptions.PageCount = 10; attachmentDocument.Save(targetStream...

    forum.aspose.com/t/exporting-an-excel-file-as-t...
  3. HtmlSaveOptions.exportTocPageNumbers property |...

    HtmlSaveoptions.exportTocPageNumbers property. Specifies whether to write page numbers to table of contents when saving HTML, MHTML and EPUB...document to HTML, we can pass a SaveOptions object to omit these page...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Convert OFT to MSG via Java | products.aspose.com

    Try the code sample to convert OFT files to MSG format in Java. Download Java API to take your email processing applications to the next level.... The SaveOptions class provides options for...for the MSG file and using SaveOptions.getDefaultMsgUnicode() as...

    products.aspose.com/email/java/conversion/oft-t...
  5. Rendering Task Usage View | Aspose.Tasks Docume...

    Learn how to render Microsoft Project (MPP/XML) task usage views to PDF and other formats using Aspose.Tasks for .NET. Includes C# examples with Saveoptions, PresentationFormat, and Details column rendering....mpp" ); 2 3 // Define the SaveOptions with required TimeScale settings...settings as Days 4 SaveOptions options = new PdfSaveOptions();...

    docs.aspose.com/tasks/net/rendering-task-usage-...
  6. Convert MHTML to EML via Java | products.aspose...

    Try the code sample to convert MHTML files to EML format in Java. Download Java API to take your email processing applications to the next level.... The SaveOptions class provides options for...using the save() method with SaveOptions.getDefaultEml() and specifying...

    products.aspose.com/email/java/conversion/mhtml...
  7. PDF to HTML to PDF conversion results in differ...

    Hello Aspose Team, I am working on a round-trip scenario where I convert a PDF to HTML, make a small edit in the HTML, and then convert it back to PDF. I’ve attached the following files for reference: Aspose.PDF issue…...pdf"); var saveOptions = new HtmlSaveOptions { SplitIntoPages...document.Save("test.html", saveOptions); DoSomeModifications();...

    forum.aspose.com/t/pdf-to-html-to-pdf-conversio...
  8. Გადაიყვანეთ HTML DOC C#

    გადაიყვანეთ HTML DOC C# ფორმატში კოდით. შეინახეთ HTML როგორც DOC C#....html"); var saveOptions = new ImageSaveOptions(SaveFormat...doc.PageCount; page++) { saveOptions.PageSet = new PageSet(page);...

    products.aspose.com/words/ka/net/conversion/htm...
  9. Გადაიყვანეთ HTML WORD C#

    გადაიყვანეთ HTML WORD C# ფორმატში კოდით. შეინახეთ HTML როგორც WORD C#....html"); var saveOptions = new ImageSaveOptions(SaveFormat...doc.PageCount; page++) { saveOptions.PageSet = new PageSet(page);...

    products.aspose.com/words/ka/net/conversion/htm...
  10. Გადაიყვანეთ DOC EPUB C#

    გადაიყვანეთ DOC EPUB C# ფორმატში კოდით. შეინახეთ DOC როგორც EPUB C#....doc"); var saveOptions = new ImageSaveOptions(SaveFormat...doc.PageCount; page++) { saveOptions.PageSet = new PageSet(page);...

    products.aspose.com/words/ka/net/conversion/doc...