Sort Score
Result 10 results
Languages All
Labels All
Results 8,921 - 8,930 of 347,053 for

save

(0.07 sec)
  1. How to set this given image sample same border ...

    image.png (79.5 KB) @amjad.sahi, @Professionalize.Discourse, @John.He, @simon.zhao How to set a small square dot border in cell...ApplyStyle(style, flag); // Save the workbook workbook.Save("StyledBordersExample...style to the specified range and save the workbook. This will ensure...

    forum.aspose.com/t/how-to-set-this-given-image-...
  2. 嵌入式字体 - PowerPoint Java API|Aspose.Slides for P...

    在 PowerPoint 演示文稿中使用嵌入式字体...将图像以JPEG格式保存到磁盘 try { $slideImage -> save ( "picture1_out.jpg" , ImageFormat...将图像以JPEG格式保存到磁盘 try { $slideImage -> save ( "picture2_out.jpg" , ImageFormat...

    docs.aspose.com/slides/zh/php-java/embedded-font/
  3. Replacing Images inside Presentation Image Coll...

    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....[ 3 ]); //Save the presentation presentation . Save ( "c:\\Pr...

    docs.aspose.com/slides/net/replacing-images-ins...
  4. Insert a New Blank Page into a Visio Drawing in...

    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....() -> add ( $new_page ); \ # Save diagram $saveFileFormat = new...SaveFileFormat (); $diagram -> save ( $dataDir . "NewPage_Output...

    docs.aspose.com/diagram/java/insert-a-new-blank...
  5. Aspose::Words::WarningInfo::get_WarningType met...

    Aspose::Words::WarningInfo::get_WarningType method. Returns the type of the warning in C++....font substitution warning if we save a document with a missing font...set_FontSettings ( fontSettings ); doc -> Save ( get_ArtifactsDir () + u "FontSettings...

    reference.aspose.com/words/cpp/aspose.words/war...
  6. XamlFixedSaveOptions.saveFormat property | Aspo...

    XamlFixedSaveOptions.SaveFormat property. Specifies the format in which the document will be Saved if this Save options object is used...the document will be saved if this save options object is used...See Also module Aspose.Words.Saving class XamlFixedSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. 使用 Python 向 PDF 添加水印 | Aspose.PDF

    通过 COM Interop 在 .NET Framework、.NET Core 和 PHP、VBScript、Delphi、C++ 上向 PDF 文件添加水印的 Python 源代码。...artifact ) # save result pdf to file doc . save ( path_outfile...

    products.aspose.com/pdf/zh-hant/python-net/wate...
  8. Create PDF Forms using .NET | Aspose.PDF

    Create PDF forms and add fields programmatically with C# sample code using Aspose.PDF for .NET....Add field to the document and save modified PDF Create PDF Forms...textBoxField , 1 ); pdfDocument . Save ( outputFile );...

    products.aspose.com/pdf/net/acroforms/create/
  9. Tile Picture as a Texture inside the Shape with...

    Learn how to tile a small picture as a texture inside a shape using Aspose.Cells for Node.js via C++....true ); // Save the output Excel file workbook . save ( path ....

    docs.aspose.com/cells/nodejs-cpp/tile-picture-a...
  10. Set Image Size|Aspose.PDF for .NET

    This section describes how to set image size PDF file using C# library....Height = 800 ; // Save PDF document document . Save ( dataDir + "SetImageSize_out...

    docs.aspose.com/pdf/net/set-image-size/