Sort Score
Result 10 results
Languages All
Labels All
Results 8,041 - 8,050 of 158,771 for

open

(0.23 sec)
  1. 在 PDF 中使用 C# 添加图像印章|Aspose.PDF for .NET

    使用 Aspose.PDF 库中的 ImageStamp 类在 PDF 文档中添加图像印章。...GetDataDir_AsposePdf_StampsWatermarks (); // Open PDF document using ( var document...GetDataDir_AsposePdf_StampsWatermarks (); // Open PDF document using ( var document...

    docs.aspose.com/pdf/zh/net/image-stamps-in-pdf-...
  2. Working with PDF layers using Python|Aspose.PDF...

    This article explains how to lock a PDF layer, extract PDF layer elements, flatten a layered PDF, and merge all layers inside a PDF into one....NET you can open a PDF, lock a specific layer...Returns the current lock state. Open the PDF document. Retrieve the...

    docs.aspose.com/pdf/python-net/work-with-pdf-la...
  3. ReplacerContext Class | Aspose.Words for .NET

    Discover the Aspose.Words LowCode ReplacerContext class for seamless find and replace operations, enhancing your document automation and efficiency.... Open , FileAccess . Read )) { ReplacerContext..."Replace regex.docx" , FileMode . Open , FileAccess . Read )) { ReplacerContext...

    reference.aspose.com/words/net/aspose.words.low...
  4. Using Aspise.Cells for Java with Perl|Documenta...

    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....#$workbook->open("t.xls"); $ok ++ ; print "open $ok\n" ; my $worksheets...

    docs.aspose.com/cells/java/using-aspose-cells-f...
  5. 获取列标题|Documentation

    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....worksheetName , string cellName ) { // Open the document as read-only. using...document = SpreadsheetDocument . Open ( docName , false )) { IEnumerable...

    docs.aspose.com/cells/zh/net/get-a-column-heading/
  6. Integrating Manually with Visual Studio 2005 or...

    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....Services as a rendering extension: Open C:\Program Files\Microsoft Visual...Services permissions to execute: Open C:\Program Files\Microsoft Visual...

    docs.aspose.com/cells/reportingservices/integra...
  7. Combine Multiple Workbooks into a Single Workbo...

    Learn how to combine multiple workbooks into a single workbook using Aspose.Cells for JavaScript via C++.... arrayBuffer (); // Open the first Excel file. const...Uint8Array ( arrayBuffer1 )); // Open the second Excel file. const...

    docs.aspose.com/cells/javascript-cpp/combine-mu...
  8. DocumentPartSavingArgs class | Aspose.Words for...

    aspose.words.saving.DocumentPartSavingArgs class. Provides data for the [IDocumentPartSavingCallback.document_part_saving()](../idocumentpartsavingcallback/document_part_saving/#documentpartsavingargs) callback... keep_document_part_stream_open Specifies whether Aspose.Words...Words should keep the stream open or close it after saving a document...

    reference.aspose.com/words/python-net/aspose.wo...
  9. CssSavingArgs class | Aspose.Words for Python

    aspose.words.saving.CssSavingArgs class. Provides data for the [ICssSavingCallback.css_saving()](../icsssavingcallback/css_saving/#csssavingargs) event... keep_css_stream_open Specifies whether Aspose.Words...Words should keep the stream open or close it after saving an CSS...

    reference.aspose.com/words/python-net/aspose.wo...
  10. How to load fonts? | Aspose.Font for C++

    Here is described how to load fonts with C++. You will learn the objects, parameters, methods required for this, and get examples of loading....desiredFont = Aspose::Font::Font::Open(fd); The final result of the...the font format is Embedded Open Type , then the value of parameter...

    docs.aspose.com/font/cpp/how-to-load-fonts/