Sort Score
Result 10 results
Languages All
Labels All
Results 4,521 - 4,530 of 223,123 for

new

(0.14 sec)
  1. 在PDF中使用链接注释|Aspose.PDF for .NET

    Aspose.PDF for .NET 允许您从PDF文档中添加、获取和删除链接注释。...document using ( var document = new Aspose . Pdf . Document ( dataDir...text fragments var regEx1 = new Regex ( @"Link Annotation Demo...

    docs.aspose.com/pdf/zh/net/link-annotations/
  2. Edit SVG File in Python – Aspose.SVG

    Learn how to edit SVG files in Python. Add, find, and edit elements in SVG documents using the Aspose.SVG for Python via .NET library....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/svg/python-net/edit-svg-file/
  3. 使用矢量图形|Aspose.PDF for .NET

    本文描述了使用 C# 的 GraphicsAbsorber 工具的功能。...document using ( var document = new Aspose . Pdf . Document ( dataDir...using ( var graphicsAbsorber = new Aspose . Pdf . Vector . GraphicsAbsorber...

    docs.aspose.com/pdf/zh/net/working-with-vector-...
  4. 使用trueType字体渲染文本|Java

    Java API可供开发人员操纵和字体文件。了解有关如何在Java产品中渲染TrueType和Opentype字体的基础知识。...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/font/zh/java/text-rendering-tru...
  5. How to add watermark text in cover page of word...

    Hi How to add a watermark to the cover page of a word document using Aspose Words API for Java. Now watermark text appears in all other pages and not in cover page. Following code is being used now boolean watermarke…...License license = new com.aspose.words.License(); //...aspose.words.Document doc = new Document(filePath); // DocumentBuilder...

    forum.aspose.com/t/how-to-add-watermark-text-in...
  6. Working with Background in ODS Files with JavaS...

    Learn how to manage backgrounds in ODS files using Aspose.Cells for JavaScript via C++....file const workbook = new Workbook ( new Uint8Array ( arrayBuffer... graphicData ; const blob = new Blob ([ graphicData ], { type...

    docs.aspose.com/cells/javascript-cpp/working-wi...
  7. Track Changes in Office Docs - Free Support For...

    • Possible to not accept all changes in a document before sending it back to aspose before comparing again for track changes? WIll it track 2nd, 3rd, etc. versions with different colors. Or are is there a better/ diffe…...original revisions while adding a new set of comparison revisions....the documents var original = new Aspose.Words.Document("Original...

    forum.aspose.com/t/track-changes-in-office-docs...
  8. 在 EPS 的 XMP 元数据中添加 XML 命名空间 |Java

    本文将通过代码片段讲解并使用 Aspose.Page for Java 在 EPS 的 XMP 元数据中添加 XML 命名空间的过程。...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/zh/java/xmp-metadata/add-n...
  9. Working with Pages in PS file | Java

    How to add pages to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in Java...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/java/ps/working-with-pages/
  10. Aspose.pdf redaction is not removing the underl...

    I am trying to redact the underlying text in pdf. PDF is sent to method as a multipart file object. Option1(preferred): Getting the inkstrokes to get the annotation data. Saving the output as bytestream for the client…...PDF document Document doc = new Document("input.pdf"); // Define...area to redact Rectangle rect = new Rectangle(200, 500, 300, 600);...

    forum.aspose.com/t/aspose-pdf-redaction-is-not-...