Sort Score
Result 10 results
Languages All
Labels All
Results 1,141 - 1,150 of 213,589 for

new

(0.17 sec)
  1. Working with Signature in PDF File|Aspose.PDF f...

    This section explains how to to extract signature information, extract image from signature, change language, and etc using PdfFileSignature class....using ( var pdfFileSignature = new Aspose . Pdf . Facades . PdfFileSignature...) { using ( FileStream fs = new FileStream ( dataDir + "extracted_cert...

    docs.aspose.com/pdf/net/working-with-signature-...
  2. Document AI Summarization – OpenAI, Google, Cla...

    Aspose.Words for .NET now supports AI-powered summarization with Anthropic models, enhancing flexibility, speed, and accuracy in extracting key insights.... What’s New in Document Summarization? Document...Models for Summarization? What’s New in Document Summarization? #...

    blog.aspose.com/words/enhanced-ai-document-summ...
  3. OpenAiModel | Aspose.Words for Java

    An abstract class representing the integration with OpenAIs large language models within the Aspose.Words in Java....throws Exception { Document doc = new Document(getMyDir() + "Big document...language models. AiModel model = new CustomAiModel().withApiKey(apiKey);...

    reference.aspose.com/words/java/com.aspose.word...
  4. Add, Extract or Remove Images in PDF using C# |...

    Manipulate images in PDF programmatically with C# sample code using Aspose.PDF for .NET...jpg" ); var pdfDocument = new Aspose . Pdf . Document ( inputFile...Pages [ 1 ]; var imageStream = new FileStream ( imageFile , FileMode...

    products.aspose.com/pdf/net/images/
  5. 导入和导出表单字段|Aspose.PDF for .NET

    使用 FormEditor 类通过 DataTable 填充表单字段,编号 Aspose.PDF for .NET...orms (); using ( var form = new Aspose . Pdf . Facades . Form...using ( var xfdfInputStream = new FileStream ( dataDir + "student...

    docs.aspose.com/pdf/zh/net/import-export-form-f...
  6. ImageFieldMergingArgs.ImageFileName | Aspose.Wo...

    Set the ImageFileName in ImageFieldMergingArgs to effortlessly insert images into your documents during mail merges. Enhance your workflow today!...MergeFieldImageDimen () { Document doc = new Document (); // Insert a MERGEFIELD...merge. DocumentBuilder builder = new DocumentBuilder ( doc ); FieldMergeField...

    reference.aspose.com/words/net/aspose.words.mai...
  7. AiModel.Summarize | Aspose.Words for .NET

    Smart document summarization API with customizable length options. Generate concise summaries from any document using AI technology.... Document firstDoc = new Document ( MyDir + "Big document...docx" ); Document secondDoc = new Document ( MyDir + "Document...

    reference.aspose.com/words/net/aspose.words.ai/...
  8. Creating a complex PDF|Aspose.PDF for PHP via Java

    Aspose.PDF for PHP via Java allows you to create more complex documents that contain images, text fragments, and tables in one document.... $document = new Document (); //Add page $page...AddImage ( $imageFileName , new Rectangle ( 20 , 730 , 120 ,...

    docs.aspose.com/pdf/php-java/complex-pdf-example/
  9. Add Math Equations to PowerPoint Presentations ...

    Insert and edit math equations in PowerPoint PPT and PPTX with Aspose.Slides for .NET, supporting OMML, formatting controls, and clear C# code samples.... Create new math expressions or edit previously...text: using ( var presentation = new Presentation ()) { var mathShape...

    docs.aspose.com/slides/net/powerpoint-math-equa...
  10. Convert HTML to PDF file in Java|Aspose.PDF for...

    Explore how to convert HTML content into PDF format using Aspose.PDF in Java....document Document document = new Document ( DATA_DIR + "PDFToHTML...HtmlSaveOptions htmlsaveOptions = new HtmlSaveOptions (); // Save the...

    docs.aspose.com/pdf/java/convert-html-to-pdf/