Sort Score
Result 10 results
Languages All
Labels All
Results 811 - 820 of 371,741 for

save

(0.19 sec)
  1. Work with PDF layers using C#|Aspose.PDF for .NET

    The next task explains how to lock a PDF layer, extract PDF layer elements, flatten a layered PDF, and merge all layers inside PDF into one....layer on the first page, and save the document with the changes... Lock (); // Save PDF document document . Save ( dataDir + "LockLayerInPDF_out...

    docs.aspose.com/pdf/net/work-with-pdf-layers/
  2. Perl|Aspose.Words for Java

    Perl: how to use Aspose.Words for Java....document, inserts some content and saves it as a Microsoft Word .DOC...world!!!" ); //Save output document doc . save ( "C:\\Temp\\out...

    docs.aspose.com/words/java/perl-and-aspose-word...
  3. Convert PDF to Excel|Aspose.PDF for Java

    Aspose.PDF for Java allows you to convert PDF to Excel format using java. During this, the individual pages of the PDF file are converted to Excel worksheets....Save(..) method. Converting a PDF...(); // Save the output in XLS format pdfDocument . save ( "PDFToXLS_out...

    docs.aspose.com/pdf/java/convert-pdf-to-excel/
  4. DocSaveOptions | Aspose.Words for .NET

    Discover the DocSaveOptions constructor for seamless document saving in Doc format. Enhance your workflow with easy, efficient document management....this class that can be used to save a document in the Doc format...() Examples Shows how to set save options for older Microsoft...

    reference.aspose.com/words/net/aspose.words.sav...
  5. Don't want to see the Formulas in the viewer - ...

    Hi Team, I don’t want to see the formulas in the viewer , I just want to see the values . Can you please suggest is there any way to do that . image.png (65.9 KB)...xlsx"); // Save the workbook as PDF to hide...hide formulas workbook.Save("output.pdf", SaveFormat.Pdf); This code...

    forum.aspose.com/t/dont-want-to-see-the-formula...
  6. Convert Word to Excel in C++|Aspose.Words for C++

    Convert PDF to Excel, XML to Excel, DOCX to Excel C++. Save a document in various formats to XLSX using C++.... To save your document to XLSX format...As mentioned above, you can save the document in any load format...

    docs.aspose.com/words/cpp/convert-a-document-to...
  7. Convert Word Doc to Other Formats in NPOI|Aspos...

    Convert DOC to other document formats easily and fast instead of using NPOI in C#....converted to other formats using Save As option in File menu. Aspose...Aspose.Words, simply invoke the save() method of Document class and...

    docs.aspose.com/words/net/convert-word-doc-to-o...
  8. BuiltInDocumentProperties.last_saved_time prope...

    BuiltInDocumentProperties.last_Saved_time property. Gets or sets the time of the last Save in UTC....last_saved_time property BuiltInDocumentPrope.last_saved_time...of the last save in UTC. @property def last_saved_time ( self...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Render Presentations with Fallback Fonts in Jav...

    Render presentations with fallback fonts in Aspose.Slides for Node.js – keep text consistent across PPT, PPTX and ODP with step-by-step JavaScript code samples....save method we can save presentation in the...the same format, or save it in another one. After fallback font...

    docs.aspose.com/slides/nodejs-java/render-prese...
  10. Draw Shapes in Page|Documentation

    This section explains how to draw shapes in a visio page with Aspose.Diagram....2 , 2 , ps ); // Save diagram diagram . Save ( dataDir + "DrawPolylineInPage_out...2 , 2 , ps ); // Save diagram diagram . Save ( dataDir + "DrawBezierInPage_out...

    docs.aspose.com/diagram/net/draw-shapes-in-page/