Sort Score
Result 10 results
Languages All
Labels All
Results 1,571 - 1,580 of 33,585 for

saveoptions

(0.19 sec)
  1. Გადაიყვანეთ WORD TIFF Java

    გადაიყვანეთ WORD TIFF Java ფორმატში კოდით. შეინახეთ WORD როგორც TIFF Java....docx" ); ImageSaveOptions saveOptions = new ImageSaveOptions (SaveFormat...getPageCount(); page++) { saveOptions.setPageSet( new PageSet (page));...

    products.aspose.com/words/ka/java/conversion/wo...
  2. Გადაიყვანეთ WORD Გამოსახულება Java

    გადაიყვანეთ WORD Გამოსახულება Java ფორმატში კოდით. შეინახეთ WORD როგორც Გამოსახულება Java....docx" ); ImageSaveOptions saveOptions = new ImageSaveOptions (SaveFormat...getPageCount(); page++) { saveOptions.setPageSet( new PageSet (page));...

    products.aspose.com/words/ka/java/conversion/wo...
  3. Body Text of msg file varies every time the fil...

    SampleFiles.zip (217.6 KB) Aspose Team, We use the Aspose Email java package to get body text from msg files, and we found out that the extracted body text of some msg files looks like the followi g and it varies every…...EmlSaveOptions saveOptions = SaveOptions.getDefaultEml(); saveOptions.se...mailMessage.save("outEml", saveOptions); } Explanation setAttac...

    forum.aspose.com/t/body-text-of-msg-file-varies...
  4. Issues with footnotes when converting docx to P...

    Hi, I’m having some issues with footnotes when I convert docx to pdf. For the conversion, I’m using the code below: Document document = new Document("document.docx"); PdfSaveoptions Saveoptions = new PdfSaveoptions(); …...docx"); PdfSaveOptions saveOptions = new PdfSaveOptions(); document...document.save("document.pdf", saveOptions); Below are the cases which...

    forum.aspose.com/t/issues-with-footnotes-when-c...
  5. Rendering Task Sheet View | Aspose.Tasks Docume...

    Learn how to render Microsoft Project (MPP/XML) task sheet views using Aspose.Tasks for Java.... Initiate the SaveOptions object with required timescale..."NewProductDev.mpp" ); 6 SaveOptions options = new PdfSaveOptions();...

    docs.aspose.com/tasks/java/rendering-task-sheet...
  6. SaveOptions.update_last_saved_time_property pro...

    Saveoptions.update_last_saved_time_property property. Gets or sets a value determining whether the [BuiltInDocumentProperties.last_saved_time](../../../aspose.words.properties/builtindocumentproperties/last_saved_time/) property is updated before saving....update_last_saved_time_property property SaveOptions.update_last_saved_time_property...words.saving class SaveOptions SaveOptions.update_last_printed_property...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Convert PDF to Images formats|Aspose.PDF for Java

    Discover how to convert PDF pages into image formats like PNG, JPEG, and TIFF using Aspose.PDF for Java....done using Device and using SaveOption. There are several classes...works. Convert PDF using SaveOptions class This part of article...

    docs.aspose.com/pdf/java/convert-pdf-to-images-...
  8. IDocumentProcessorPlugin Interface | Aspose.Wor...

    Discover the Aspose.Words IDocumentProcessorPlugin interface to enhance your document processing with powerful external plugins for seamless integration.... Save ( Stream, SaveOptions ) Save the document loaded...

    reference.aspose.com/words/net/aspose.words/ido...
  9. LaTeX to image | .NET

    To convert TeX to image formats using Aspose.TeX API solution for .NET learn this article to see that describes how to do this and the code examples.... SaveOptions = pngOptions; 14 15 // Run...DeviceWritesImages = false ; 13 options. SaveOptions = pngSaveOptions; 14 15 //...

    docs.aspose.com/tex/net/latex-to-image/
  10. Chart axis labels overlap with legends when con...

    Hi, When converting a PowerPoint side to PDF using Aspose.slides. We noticed the x-axis labels were not rendered correctly and overlapped with legends. Code: var Saveoptions = new PdfOptions { SaveMetafilesAsPng =…... Code: var saveOptions = new PdfOptions { SaveMetafilesAsPng...\test.pdf", SaveFormat.Pdf, saveOptions); I’ve attached the test...

    forum.aspose.com/t/chart-axis-labels-overlap-wi...