Sort Score
Result 10 results
Languages All
Labels All
Results 9,041 - 9,050 of 213,950 for

new

(0.29 sec)
  1. 用 JavaScript 通过 C++ 将工作表范围导出为图片|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.... const workbook = new Workbook ( new Uint8Array ( arrayBuffer...image options const options = new ImageOrPrintOptions (); options...

    docs.aspose.com/cells/zh/javascript-cpp/export-...
  2. Aspose::Words::Fields::FieldTitle class | Aspos...

    Aspose::Words::Fields::FieldTitle class. Implements the TITLE field. To learn more, visit the documentation article in C++....corresponding built-in property with the new value. builder -> Writeln ();...)); field -> set_Text ( u "My New Title" ); field -> Update ();...

    reference.aspose.com/words/cpp/aspose.words.fie...
  3. PageSetup.gutter property | Aspose.Words for No...

    PageSetup.gutter property. Gets or sets the amount of extra space added to the margin for document binding.... let doc = new aw . Document (); // Insert text...several pages. let builder = new aw . DocumentBuilder ( doc );...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. 使用 Java 添加和验证 PDF 数字签名 | Aspose.PDF

    使用 Aspose.PDF for Java,使用 Java 示例代码,以编程方式在 PDF 文档中创建电子签名...toString (); Document pdfDocument = new Document ( inFile ); PdfFileSignature...signature = new PdfFileSignature ( pdfDocument ); PKCS7 pkcs = new PKCS7...

    products.aspose.com/pdf/zh-hant/java/signature/
  5. ImageType | Aspose.Words for Java

    Specifies the type format of an image in a Microsoft Word document in Java.... Document doc = new Document(getMyDir() + "Document...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  6. PDF containing emojis converts to image very sl...

    Hi Aspose Team, I am using Aspose.PDF.Drawing 25.4.0. When I run the following code: using var converter = New Aspose.Pdf.Facades.PdfConverter(); converter.GetNextImage(imagePath, ImageFormat.Png, 300); // this step t…...code: using var converter = new Aspose.Pdf.Facades.PdfConverter();...font). Uses the PdfConverter (new API) or ImageDevice for fast...

    forum.aspose.com/t/pdf-containing-emojis-conver...
  7. MailMerge.PreserveUnusedTags | Aspose.Words for...

    Discover the MailMerge PreserveUnusedTags property to manage unused mustache tags effectively, enhancing your document automation process....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder... () { DataTable dataTable = new DataTable ( "MyTable" ); dataTable...

    reference.aspose.com/words/net/aspose.words.mai...
  8. AxisCrosses Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.Charts.AxisCrosses enum for defining axis crossing points, enhancing your charting capabilities effortlessly....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Add ( "Aspose Test Series" , new [] { "Word" , "PDF" , "Excel"...

    reference.aspose.com/words/net/aspose.words.dra...
  9. PageSetup.Gutter | Aspose.Words for .NET

    Adjust PageSetup Gutter settings to optimize document margins for binding. Enhance your layout with perfect margins for professional results.... Document doc = new Document (); // Insert text that...pages. DocumentBuilder builder = new DocumentBuilder ( doc ); builder...

    reference.aspose.com/words/net/aspose.words/pag...
  10. 如何使用 Java 刪除 Freetext 註釋 | Aspose.PDF

    Java 範例代碼,用於刪除 JSP/JSF 應用程式和桌面應用程式的 Java 執行時環境中 PDF 檔中 Freetext 註釋。...PDF file Document document = new Document ( _dataDir + "sample_freetext...annotationSelector = new AnnotationSelector ( new FreeTextAnnotation...

    products.aspose.com/pdf/zh-hant/java/annotation...