Sort Score
Result 10 results
Languages All
Labels All
Results 3,401 - 3,410 of 222,903 for

new

(0.15 sec)
  1. FieldInfo Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldInfo class, your go-to solution for implementing the INFO field efficiently in document processing. Unlock powerful features today!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...corresponding built-in property with the new value. field = ( FieldInfo )...

    reference.aspose.com/words/net/aspose.words.fie...
  2. Convert DICOM to PDF|Aspose.PDF for Android via...

    Convert medical images saved in DICOM format to a PDF file using Aspose.PDF for Android via Java....Initialize document object document = new Document (); Page page = document...Image image = new Image (); File imgFileName = new File ( fileStorage...

    docs.aspose.com/pdf/androidjava/convert-dicom-t...
  3. Convert XML to PDF|Aspose.PDF for Android via Java

    Aspose.PDF library presents several ways to convert XML to PDF. You can use the XslFoLoadOptions or do this with an incorrect file structure....String pdfDocumentFileName = new File ( fileStorage , "XML-to-PDF...String xmlDocumentFileName = new File ( fileStorage , "Conversion/employees...

    docs.aspose.com/pdf/androidjava/convert-xml-to-...
  4. RevisionCollection.AcceptAll | Aspose.Words for...

    Discover the RevisionCollection AcceptAll method to seamlessly integrate all revisions, enhancing your workflow efficiency and collaboration....docOriginal = new Document (); DocumentBuilder builder = new DocumentBuilder...Document docEdited = new Document (); builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/rev...
  5. DigitalSignatureUtil | Aspose.Words for Java

    Provides methods for signing document in Java....FileStream: InputStream stream = new FileInputStream(getMyDir() +...streams: InputStream streamIn = new FileInputStream(getMyDir() +...

    reference.aspose.com/words/java/com.aspose.word...
  6. Add Animation Property and Setup Target Camera ...

    In Aspose.3D, object animation is actually key-frame animation that animates on properties. To animate properties, you need a CurveMapping instance which maps components of a property to different curves, for example, a Vector3 property can have 3 components X/Y/Z, which will set up three channels in CurveMapping, every channel can have a set of Curves....Initialize scene object Scene scene = new Scene (); // Call Common class...property BindPoint bindPoint = new BindPoint ( scene , translation...

    docs.aspose.com/3d/net/add-animation-property-a...
  7. 添加水印到 PDF|Aspose.PDF for PHP via Java

    本文解释了使用 PHP 处理工件和获取 PDF 水印的功能。...$document = new Document ( $inputFile ); $formattedText = new FormattedText..."Watermark" , ( new Color ()) -> getBlue () -> getRgb (), ( new facades_FontStyle...

    docs.aspose.com/pdf/zh/php-java/add-watermarks/
  8. 从AcroForm提取数据|Aspose.PDF for Android via Java

    AcroForms存在于许多PDF文档中。本文旨在帮助您了解如何使用Aspose.PDF从AcroForms中提取数据。...() { // 打开文档 try { document = new Document ( inputStream ); } catch...从所有字段中获取值 StringBuilder sb = new StringBuilder (); for ( com ...

    docs.aspose.com/pdf/zh/androidjava/extract-data...
  9. Working with Vector Graphics|Aspose.PDF for .NET

    This article describes the features of working with GraphicsAbsorber tool using C#....document using ( var document = new Aspose . Pdf . Document ( dataDir...using ( var graphicsAbsorber = new Aspose . Pdf . Vector . GraphicsAbsorber...

    docs.aspose.com/pdf/net/working-with-vector-gra...
  10. FieldMergeRec | Aspose.Words for Java

    Implements the MERGEREC field in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...display "2". DataTable table = new DataTable("Employees"); table...

    reference.aspose.com/words/java/com.aspose.word...