Sort Score
Result 10 results
Languages All
Labels All
Results 6,681 - 6,690 of 376,384 for

save

(0.58 sec)
  1. Render Resource Usage or Sheet Views in PHP | A...

    Learn how to read Microsoft Project (MPP/XML) resource usage and sheet views using Aspose.Tasks Java for PHP....ResourceUsage ); 12 13 $project -> save ( "result_days.pdf" , $options...ThirdsOfMonths ); 16 17 $project -> save ( "result_thirdsOfMonths.pdf"...

    docs.aspose.com/tasks/java/rendering-resource-u...
  2. Working with Layers|Documentation

    This section explains how to add or get layer information in a visio shape with Aspose.Diagram....Value = "0" ; } } // Save diagram diagram . Save ( dataDir + "Con...ToString (); // Save diagram diagram . Save ( dataDir + "AddLayer_out...

    docs.aspose.com/diagram/net/working-with-layers/
  3. PDF sticky Annotations using C#|Aspose.PDF for ...

    Learn how to create sticky annotations, such as notes and highlights, in PDFs using Aspose.PDF in .NET....2" }, ts ); // Save PDF document document . Save ( dataDir + "...01 ); } } // Save PDF document document . Save ( dataDir + "...

    docs.aspose.com/pdf/net/sticky-annotations/
  4. Create a Pie Chart in VSTO and Aspose.Cells|Doc...

    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.... Saving the spreadsheet. The code samples...Application . ActiveWorkbook ; //Save the copy of workbook as OutputVsto...

    docs.aspose.com/cells/net/create-a-pie-chart-in...
  5. SvgTextOutputMode Enum | Aspose.Words for .NET

    Discover Aspose.Words.Saving.SvgTextOutputMode enum to customize text rendering in SVG format, enhancing document presentation and visual appeal....document should be rendered when saving in SVG format. public enum...the SvgSaveOptions object to save with no page borders or selectable...

    reference.aspose.com/words/net/aspose.words.sav...
  6. Add Image to PDF using JavaScript via C++|Aspos...

    This section describes how to add image to existing PDF file using Aspose.PDF for JavaScript via C++....image file to end a PDF-file and save the “ResultImage.pdf”. Next...onload = ( event ) => { /*prepare(save) the image file from BLOB*/...

    docs.aspose.com/pdf/javascript-cpp/add-image-to...
  7. Aspose::Words::Hyphenation::RegisterDictionary ...

    Aspose::Words::Hyphenation::RegisterDictionary method. Registers and loads a hyphenation dictionary for the specified language from a stream. Throws if dictionary cannot be read or has invalid format in C++....dictionary, // and save it to a fixed-page save format. The text...-> get_LCID (); })))); doc -> Save ( get_ArtifactsDir () + u "Hyphenation...

    reference.aspose.com/words/cpp/aspose.words/hyp...
  8. PdfEncryptionDetails.OwnerPassword | Aspose.Wor...

    Discover how the OwnerPassword property secures your encrypted PDF files, ensuring only authorized access. Protect your documents effortlessly!...how to set permissions on a saved PDF document. Document doc =...can pass to the document's "Save" method // to modify how that...

    reference.aspose.com/words/net/aspose.words.sav...
  9. 如何通过 Node.js 和 C++ 设置文本框的文本对齐方式|Documentation

    如何在 Aspose.Cells for Node.js via C++ 中设置文本框的文本对齐方式...Center ); // Save the excel file. workbook . save ( path . join...getHtmlText ()); // Save the workbook on disk destWb . save ( "Output.xlsx"...

    docs.aspose.com/cells/zh/nodejs-cpp/applying-te...
  10. Add Page Number to PDF|Aspose.PDF for .NET

    Aspose.PDF for .NET allows you to add Page Number Stamp to your PDF file using PageNumber Stamp class....pageNumberStamp ); // Save PDF document document . Save ( dataDir + "PageNumberStamp_out...artifact ); } } // Save PDF document document . Save ( dataDir + "...

    docs.aspose.com/pdf/net/add-page-number/