Sort Score
Result 10 results
Languages All
Labels All
Results 7,701 - 7,710 of 378,477 for

save

(0.94 sec)
  1. ImageSaveOptions.threshold_for_floyd_steinberg_...

    ImageSaveOptions.threshold_for_floyd_steinberg_dithering property. Gets or sets the threshold that determines the value of the binarization error in the Floyd-Steinberg method...jpg' ) # When we save the document as a TIFF, we can...darker images. options = aw . saving . ImageSaveOptions ( aw . SaveFormat...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Convert JSON Format to DOC via C++ | products.a...

    C++ API t0 Parse JSON to DOC without using Microsoft Word...JSON data from file Save JSON as PDF using Save method Load PDF document...Document class Save the document to DOC format using Save method Get...

    products.aspose.com/total/cpp/conversion/json-t...
  3. Rotate PDF Pages Using C++|Aspose.PDF for C++

    This topic describes how to rotate the page orientation in an existing PDF file programmatically with C++....on90 ); } // Save output file document -> Save ( _dataDir + outputFileName...get_Width ())); // Save output file document -> Save ( _dataDir + outputFileName...

    docs.aspose.com/pdf/cpp/rotate-pages/
  4. Convert MHTML to CSV in Android Apps | products...

    Render MHTML to CSV in Android Apps API without using Microsoft Excel or Adobe Reader...page archive format used to save web pages for offline viewing...audio, and video. It is used to save web pages for archiving or sharing...

    products.aspose.com/total/android-java/conversi...
  5. PdfSaveOptions.additionalTextPositioning proper...

    PdfSaveOptions.additionalTextPositioning property. A flag specifying whether to write additional text positioning operators or not....can pass to the document's "Save" method // to modify how that...let saveOptions = new aw . Saving . PdfSaveOptions (); saveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Data Extraction – Java Examples – Aspose.HTML f...

    Learn how to navigate through HTML documents, perform a detailed inspection of its elements and extract data from the web using Aspose.HTML for Java.... Save a Website or Web Page – This...article demonstrates how to save a website as HTML using Java...

    docs.aspose.com/html/java/data-extraction/
  7. Extract Images from Presentation Shapes in .NET...

    Extract images from shapes in PowerPoint and OpenDocument presentations with Aspose.Slides for .NET — quick, code-friendly solution....identified, you can extract it and save it as a new file. XXX public..."BackImage_" ; Backimg . SystemImage . Save ( ImagePath + "Slide_" + slideIndex...

    docs.aspose.com/slides/net/extracting-images-fr...
  8. Aspose.Slides 20.11 Throws Exceptions While Try...

    We process many PPTX files simultaneously. PPTX files seem to have many Excel chart links pointing to the same file. The linked Excel file is in a network share (we do not know if it’s required for reproducing the error…... Whenever we call “Save” method in Aspose.Slides ( Aspose...Aspose.Slides.Presentation.Save(String fname, SaveFormat format)...

    forum.aspose.com/t/aspose-slides-20-11-throws-e...
  9. Extract SEO-Oriented Fields from JSON | Aspose....

    A guide on extracting specific fields such as 'h1' and 'description' from various data sources including JSON headers and file paths.... You can save the updated data to an existing...Microsoft Project 2010 file and save it back to the same file. The...

    docs.aspose.com/tasks/java/microsoft-project-mp...
  10. Converting a PCL file to PDF using C++ | Aspose...

    Sample code for PCL to PDF conversion using C++. Use C++ example for batch PCL to PDF conversion....Save method while passing the output...SaveFormat.Pdf as parameters Save the output PDF file Here is...

    products.aspose.com/pdf/cpp/conversion/pcl-to-pdf/