Sort Score
Result 10 results
Languages All
Labels All
Results 2,931 - 2,940 of 214,303 for

new

(0.14 sec)
  1. Modify Annotations in your PDF File (facades)|A...

    This section explains how to modify annotations from PDF file to XFDF with Aspose.PDF Facades....PdfAnnotationEditor annotationEditor = new PdfAnnotationEditor (); annotationEditor...ModifyAnnotations () { Document document = new Document ( _dataDir + "sample_cats_dogs...

    docs.aspose.com/pdf/java/modify-annotations/
  2. 在 JSON 中导入和导出数据|Aspose.PDF for .NET

    本节解释如何在 JSON 中导入和导出数据...with indentation var options = new Aspose . Pdf . ExportFieldsToJsonOp...document using ( var document = new Aspose . Pdf . Document ( dataDir...

    docs.aspose.com/pdf/zh/net/import-export-json/
  3. Deal with PDF Forms in PHP | Aspose.PDF

    Manage PDF Forms programmatically with PHP sample code using Aspose.PDF for PHP via Java....AcroForms in PHP Creating and adding new fields in AcroForms Extract data...document $colors = new Color (); $document = new Document ( $inputFile...

    products.aspose.com/pdf/php-java/acroforms/
  4. FieldOptions Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldOptions class to optimize field handling in documents, enhancing your workflow and document management efficiency....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...builder . Font . LocaleId = new CultureInfo ( "de-DE" ). LCID...

    reference.aspose.com/words/net/aspose.words.fie...
  5. TxtExportHeadersFootersMode enumeration | Aspos...

    Aspose.Words.Saving.TxtExportHeadersFootersMode enumeration. Specifies the way headers and footers are exported to plain text format.... let doc = new aw . Document (); // Insert even...firstSection . headersFooters . add ( new aw . HeaderFooter ( doc , aw...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Convert TEXT To Image C#

    Convert TEXT to Image format in C# code. Save TEXT as Image using C#....doc = new Document( "Input.txt" ); var saveOptions = new Imag...page++) { saveOptions.PageSet = new PageSet(page); doc.Save( $"Output_...

    products.aspose.com/words/net/conversion/text-t...
  7. 在 Java 中將 PPT 轉換為視頻 | products.aspose.com

    用 Java 將 PPT 轉換為視頻。使用 Java 庫 API 將 PowerPoint 轉換為視頻...Presentation presentation = new Presentation (); try { // Adds...ArrayList < String > frames = new ArrayList < String >(); PresentationAnimatio...

    products.aspose.com/slides/zh-hant/java/convers...
  8. Document.GlossaryDocument | Aspose.Words for .NET

    Discover how to manage your document glossary effectively. Learn to set and retrieve glossary entries for AutoText and Building Blocks in your templates....doc = new Document (); GlossaryDocument glossaryDoc = new GlossaryDocument...document. BuildingBlock block = new BuildingBlock ( glossaryDoc )...

    reference.aspose.com/words/net/aspose.words/doc...
  9. Convert Microsoft Project MPP File to PDF | Asp...

    Aspose.Tasks for .NET allows converting MPP or MPX files to PDF. Use PdfSaveOptions to customize PDF output....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/tasks/net/convert-ms-project-mp...
  10. 使用图像放置|Aspose.PDF for Java

    本节介绍使用Java库处理图像放置PDF文件的功能。...{ // 加载源PDF文件 Document doc = new Document ( _dataDir + "ImageInformation...); ImagePlacementAbsorb abs = new ImagePlacementAbsorb (); // 加载第一页的内容...

    docs.aspose.com/pdf/zh/java/working-with-image-...