Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 20 of 203 for

incremental save

(0.06 sec)
  1. What's new|Aspose.PDF for Java

    In this page introduces the most popular new features in Aspose.PDF for Java that have been introduced in recent releases.... save ( outputPdf ); Since version...pdf" ); // Instantiate HTML Save options object HtmlSaveOptions...

    docs.aspose.com/pdf/java/whatsnew/
  2. 2023年新功能|Aspose.PDF for .NET

    本页面介绍了在2023年引入的Aspose.PDF for .NET中最受欢迎的新功能。..."" ; } } } // Save PDF document document . Save ( dataDir + "TextBox_out...Name ); } } // Save PDF document document . Save ( dataDir + "TextBox_out...

    docs.aspose.com/pdf/zh/net/whatsnew/2023/
  3. Add Text to PDF using C++|Aspose.PDF for C++

    Learn how to insert text into PDF documents in C++ using Aspose.PDF for content customization....the Document object’s Save method and save the output PDF file...textFragment ); // Save resulting PDF document. document -> Save ( _dataDir...

    docs.aspose.com/pdf/cpp/add-text-to-pdf-file/
  4. Add Text to PDF using C#|Aspose.PDF for .NET

    Learn how to add text to a PDF document in .NET using Aspose.PDF for content enhancement and document editing....the Document object’s Save method and save the output PDF file...textFragment ); // Save PDF document document . Save ( dataDir + "AddText_out...

    docs.aspose.com/pdf/net/add-text-to-pdf-file/
  5. Add Text to PDF file|Aspose.PDF for Java

    Discover how to insert text into an existing PDF document in Java with Aspose.PDF for text insertion and modification....the Document object’s Save method and save the output PDF file...textFragment ); // Save resulting PDF document. document . save ( _dataDir...

    docs.aspose.com/pdf/java/add-text-to-pdf-file/
  6. What is PDF file? | Knowledge Base

    PDF is the most popular Page Description language. The format is known to anyone who has a computer and is supported by most interfaces and systems....character spacing to charSpace save the current graphics state on...users with disabilities but saved in one document. There can also...

    docs.aspose.com/page/net/what-is-pdf-file/
  7. 使用C++管理控件|Documentation

    学习如何使用Aspose.Cells与C++在工作表中添加和管理各种控件,如线条、矩形、弧、椭圆、旋钮、滚动条和组框。...MoveAndSize ); // Save the excel file. workbook . Save ( dataDir +...text" ); // Save the excel file. workbook . Save ( srcDir + u...

    docs.aspose.com/cells/zh/cpp/managing-controls/
  8. Aspose::Words::Properties::BuiltInDocumentPrope...

    Aspose::Words::Properties::BuiltInDocumentProperties::get_LastSavedTime method. Gets or sets the time of the last Save in UTC in C++....or sets the time of the last save in UTC. System :: DateTime Aspose...returns the local time of last save operation. Aspose.Words does...

    reference.aspose.com/words/cpp/aspose.words.pro...
  9. Compress PDF Document | Aspose.PDF

    Optimize PDF files on any platform programmatically with this sample code using Aspose.PDF Library...this method doesn’t actually saves the document. On the contrary...optimized structure, call then Save to get optimized document. Steps...

    products.aspose.com/pdf/compress/
  10. Working with Text | Aspose.Note Documentation

    A guide on working with text in OneNote using C# API....27 // Save to any supported file format 28 oneFile. Save (dataDir...28 // Save to any supported file format 29 oneFile. Save (dataDir...

    docs.aspose.com/note/net/working-with-text/