Sort Score
Result 10 results
Languages All
Labels All
Results 6,401 - 6,410 of 379,087 for

save

(0.45 sec)
  1. Convert HTML to XML in C++ | products.aspose.com

    Convert HTML to XML in C++. Use C++ library API to convert HTML files to XMLs...Presentation from HTML file and save it as XML. C++ code for converting...the source HTML files in C++. Save result as XML file. Free Online...

    products.aspose.com/slides/cpp/conversion/html-...
  2. 3D Rotation Effects in a Visio Drawing|Document...

    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.... Save drawing 3D Rotation Programming...BOOL . TRUE ); // save drawing diagram . save ( "c:\\temp\\TestTemplate...

    docs.aspose.com/diagram/java/3d-rotation-effect...
  3. Add Image in Table Cell|Aspose.Slides Documenta...

    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....the first cell of the table Save the modified presentation as...imgx1 ; } //Save PPTX to Disk MyPresentation . Save ( FileName...

    docs.aspose.com/slides/net/add-image-in-table-c...
  4. Zip64Mode enumeration | Aspose.Words for Python

    aspose.words.saving.Zip64Mode enumeration. Specifies when to use ZIP64 format extensions for OOXML files.... save ( data , aspose . pydrawing...data . close () options = aw . saving . OoxmlSaveOptions () options...

    reference.aspose.com/words/python-net/aspose.wo...
  5. MailMerger.execute_to_images method | Aspose.Wo...

    aspose.words.lowcode.MailMerger.execute_to_images method...execute_to_images(input_file_name, save_options, field_names, field_values)...input_file_name : str , save_options : aspose . words . saving . ImageSaveOptions...

    reference.aspose.com/words/python-net/aspose.wo...
  6. GradientOverlayEffect and FillOpacity BUGs - Fr...

    I found some bugs when exporting layers as PNG images: GradientOverlay rendering effect The GradientOverlay rendering effect is poor. If you zoom in on the image, you will find many burrs on the stroke edges, which ar…...loadOptions)) { try { // Faild:save layer[1] without rectangle failed...failed. psd.Layers[1].Save("8_aspose.png", pngSaveOptions); Console...

    forum.aspose.com/t/gradientoverlayeffect-and-fi...
  7. Error handling|Documentation

    Debugging and identifying errors in the source code of the Aspose.OMR template during generation....and the generated form can be saved . Otherwise, there is an error...can catch an exception from Save or SaveAsPdf methods of of the...

    docs.aspose.com/omr/net/generate-template/error...
  8. HtmlSaveOptions.ExportDocumentProperties | Aspo...

    Discover how HtmlSaveOptions' ExportDocumentProperties enhances your HTML, MHTML, or EPUB exports by including essential built-in and custom document properties....use a specific encoding when saving a document to .epub. Document...for a document that we will save. HtmlSaveOptions saveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  9. MetafileRenderingOptions.emulateRenderingToSize...

    MetafileRenderingOptions.emulateRenderingToSizeOnPageResolution property. Gets or sets the resolution in pixels per inch for the emulation of metafile rendering to the size on page....can pass to the document's "Save" method // to modify how that...let saveOptions = new aw . Saving . PdfSaveOptions (); // Set...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Add Header to PDF|Aspose.PDF for Python via .NET

    Learn how to add text and image headers to PDF pages using PdfFileStamp in Python.... save ( outfile ) finally : pdf_stamper...image_file , 20 ) pdf_stamper . save ( outfile ) finally : pdf_stamper...

    docs.aspose.com/pdf/python-net/add-header/