Sort Score
Result 10 results
Languages All
Labels All
Results 1,621 - 1,630 of 32,778 for

saveoptions

(0.08 sec)
  1. Გადაიყვანეთ HTML Markdown C++

    გადაიყვანეთ HTML Markdown C++ ფორმატში კოდით. შეინახეთ HTML როგორც Markdown C++....html"); auto saveOptions = MakeObject<ImageSaveOp...doc->get_PageCount(); page++) { saveOptions->set_PageSet(MakeObject<PageSet>(page));...

    products.aspose.com/words/ka/cpp/conversion/htm...
  2. Გადაიყვანეთ Გამოსახულება PDF C++

    გადაიყვანეთ Გამოსახულება PDF C++ ფორმატში კოდით. შეინახეთ Გამოსახულება როგორც PDF C++....png"); auto saveOptions = MakeObject<ImageSaveOp...doc->get_PageCount(); page++) { saveOptions->set_PageSet(MakeObject<PageSet>(page));...

    products.aspose.com/words/ka/cpp/conversion/ima...
  3. Გადაიყვანეთ Გამოსახულება GIF C++

    გადაიყვანეთ Გამოსახულება GIF C++ ფორმატში კოდით. შეინახეთ Გამოსახულება როგორც GIF C++....png"); auto saveOptions = MakeObject<ImageSaveOp...doc->get_PageCount(); page++) { saveOptions->set_PageSet(MakeObject<PageSet>(page));...

    products.aspose.com/words/ka/cpp/conversion/ima...
  4. ImageSaveOptions.TiffBinarizationMethod | Aspos...

    Discover the TiffBinarizationMethod property for ImageSaveoptions. Easily convert images to 1 bpp format with Ccitt3 or Ccitt4 compression....as a TIFF, we can pass a SaveOptions object to // adjust the dithering...

    reference.aspose.com/words/net/aspose.words.sav...
  5. Fill | Aspose.Words for Java

    Represents fill formatting for an object in Java....OoxmlSaveOptions saveOptions = new OoxmlSaveOptions(); { saveOptions.setC..."Shape.GradientFill.docx", saveOptions); Returns: java.awt.Color...

    reference.aspose.com/words/java/com.aspose.word...
  6. Managing Message Files with Aspose.Email.Outloo...

    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....MhtSaveOptions saveOptions = new MhtSaveOptions (); saveOptions . getFormatTemplates...MhtTemplateName . CATEGORIES , saveOptions . getFormatTemplates ()....

    docs.aspose.com/email/java/managing-message-fil...
  7. Assistance Required for PDF-to-Word Conversion ...

    We have implemented PDF-to-Word document conversion using the Aspose library. Initially, during testing, the conversion worked without any delays or timeout issues. However, we are now observing failures during the conve…...DocSaveOptions saveOptions = new DocSaveOptions(); saveOptions.Format...DocSaveOptions.DocFormat.DocX; saveOptions.Mode = DocSaveOptions.RecognitionMode...

    forum.aspose.com/t/assistance-required-for-pdf-...
  8. 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...
  9. Specify 3D File Save Options in C#|Documentation

    There are several Scene.Save method overloads that accept a Saveoptions object. Each save format has a corresponding class that holds save options for that save format....overloads that accept a SaveOptions object. This should be an...a class derived from the SaveOptions class. Each save format has...

    docs.aspose.com/3d/net/specify-3d-file-save-opt...
  10. 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...