Sort Score
Result 10 results
Languages All
Labels All
Results 3,351 - 3,360 of 223,226 for

new

(0.21 sec)
  1. Save Visio document programmatically|Documentation

    This page describes how to save Visio document to file, stream with Aspose.Diagram library....VSDX diagram Diagram diagram = new Diagram ( dataDir + "Drawing1...DiagramSaveOptions options = new DiagramSaveOptions ( SaveFileFormat...

    docs.aspose.com/diagram/net/save-visio-document/
  2. Compose Multi-volume Zip Archive | Aspose.Zip D...

    This documentation describes how to create and manage multi-volume ZIP archives with Composer....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/zip/java/multi-volume-zip/
  3. Formatting PDF Document|Aspose.PDF for Java

    Format the PDF Document with Aspose.PDF for Java. Use the next code snippet to resolve your tasks....document Document pdfDocument = new Document ( _dataDir + "sample...document Document pdfDocument = new Document ( _dataDir + "sample...

    docs.aspose.com/pdf/java/formatting-pdf-document/
  4. Convert XFA to AcroForm and Digitally Sign PDF ...

    Hi there, I am a Aspose.Words customer and am evaluating Aspose.PDF. Can you tell me if Aspose.PDF can update Adobe Livecycle forms ? THanks...Thanks ========== Dim license As New Aspose.Pdf.License() license...e.Pdf.lic")) Dim pdfSign As New PdfFileSignature("c:/temp/blank...

    forum.aspose.com/t/convert-xfa-to-acroform-and-...
  5. Converting RAR to ZIP | Aspose.Zip Documentation

    Learn how to convert RAR archives to ZIP format with the best tools and methods available....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/zip/java/converting-from-rar-to...
  6. Set Conditional Formats of Excel and ODS files|...

    How to apply conditional formats to Excel and ODS files in JavaScript via C++....file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...link for the image const blob = new Blob ([ imageData ], { type :...

    docs.aspose.com/cells/javascript-cpp/conditiona...
  7. Different Input Sources|Documentation

    Learn how to use BarCodeReader with file paths, streams, images, and in-memory data in Aspose.BarCode for Java....png" ; BarCodeReader reader = new BarCodeReader ( imagePath , DecodeType...file = new File ( imagePath ); BarCodeReader reader = new BarCodeReader...

    docs.aspose.com/barcode/java/developer-guide/ba...
  8. .Net Converting PDF to Bitmap Is getting Lines ...

    Hi. I am using the below code in C# with Aspose.PDF version 25.6.1 and when converting certain images color drop out or the color gets lines. Also what is the highest resolution that can be set? var pdfDocument = New …... var pdfDocument = new Document(FullImageMemoryStrea);...a); Resolution resolution = new Resolution(AppSettings.Instance...

    forum.aspose.com/t/net-converting-pdf-to-bitmap...
  9. Set Target Regions for Recognition|Documentation

    This Article Describes How to Set Target Regions in Source Image for Recognition...source image Rectangle rect2D = new Rectangle ( 0 , 0 , 430 , 440...440 ); using ( Bitmap bmp = new Bitmap ( $"{path}multiple_codes...

    docs.aspose.com/barcode/net/set-target-regions/
  10. 在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/