Sort Score
Result 10 results
Languages All
Labels All
Results 961 - 970 of 214,418 for

new

(0.11 sec)
  1. Adobe Acrobat Message - Free Support Forum - as...

    Hi, I’m trying to insert a signature field into a PDF document. That works, but when I try to edit the document, Adobe Acrobat gives me the message: “This document is signed and cannot be edited.” However, there’s no …...Henry My Code: var pdfdoc = new Aspose.Pdf.Document(); var page...Pages.Add(); page.Paragraphs.Add(new Aspose.Pdf.Text.TextFragment(“Hello...

    forum.aspose.com/t/adobe-acrobat-message/326022
  2. 在 Java 中管理演示文稿批注|Aspose.Slides 文档

    使用 Aspose.Slides for Java 轻松快速地在 PowerPoint 文件中添加、读取、编辑和删除演示文稿批注。...Presentation 类 Presentation pres = new Presentation (); try { // 添加空白幻灯片...设置批注的位置 Point2D . Float point = new Point2D . Float ( 0 . 2f , 0...

    docs.aspose.com/slides/zh/java/presentation-com...
  3. Aspose::Words::Fonts::TableSubstitutionRule::Se...

    Aspose::Words::Fonts::TableSubstitutionRule::SetSubstitutes method. Override substitute font names for given original font name in C++...."Amethysta": "Arvo", and "Courier New". // If the first substitute...String > ({ u "Arvo" , u "Courier New" })); // "Amethysta" is unavailable...

    reference.aspose.com/words/cpp/aspose.words.fon...
  4. 使用 JavaScript 通过 C++ 为 HTML 渲染的电子表格设置默认字体|Docum...

    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....置不同的默认字体名称,如Courier New、Arial、Times New Roman等,将工作簿保存为HTML。 截图显示通过...属性设置不同默认字体名的效果。 该代码生成了使用Courier New的 output HTML文件 , 使用Arial的 output...

    docs.aspose.com/cells/zh/javascript-cpp/set-def...
  5. Manage print tickets of XPS files | .NET

    .NET API Solution to work with XPS. Includes the functionality to manage print tickets. C# examples on how to create, edit, get and link them....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    products.aspose.com/page/net/print-tickets-xps/
  6. Convert PDF File to PDF/A|Aspose.PDF for Androi...

    This topic show you how to Aspose.PDF for Java allows to convert a PDF file to a PDF/A compliant PDF file....Open document try { document = new Document ( inputStream ); } catch...performed File logFileName = new File ( fileStorage , "PDF-to-PDFA-log...

    docs.aspose.com/pdf/androidjava/convert-pdf-fil...
  7. SignatureLine | Aspose.Words for Java

    Provides access to signature line properties in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...SignatureLineOptions options = new SignatureLineOptions(); { options...

    reference.aspose.com/words/java/com.aspose.word...
  8. Create Document|Aspose.PDF for Java

    Aspose.PDF for Java helps you to create PDF document and searchable PDF file in few easy steps....Create () { Document document = new Document (); //Add page Page...text to new page page . getParagraphs (). add ( new TextFragment...

    docs.aspose.com/pdf/java/create-pdf-document/
  9. Work with symbology types|Documentation

    Learn how to choose and configure barcode symbology types when using BarCodeReader in Aspose.BarCode for Java....BarCodeReader barCodeReader = new BarCodeReader ( imagePath , DecodeType...BarCodeReader barCodeReader = new BarCodeReader ( imagePath , DecodeType...

    docs.aspose.com/barcode/java/developer-guide/ba...
  10. 创建一个复杂的PDF|Aspose.PDF for PHP via Java

    Aspose.PDF for PHP via Java 允许您创建包含图像、文本片段和表格的更复杂的文档。... $document = new Document (); //添加页面 $page = $document...AddImage ( $imageFileName , new Rectangle ( 20 , 730 , 120 ,...

    docs.aspose.com/pdf/zh/php-java/complex-pdf-exa...