Sort Score
Result 10 results
Languages All
Labels All
Results 7,261 - 7,270 of 198,007 for

new

(0.16 sec)
  1. Create bitmap from scratch or load from file us...

    Create image bitmap from scratch or load from file using Java API.... Create New Bitmap in Java Creating a new image from scratch...demonstrates how to create a new bitmap and draw an Arc on it:...

    docs.aspose.com/drawing/java/create-image-bitmap/
  2. Public API Changes in Aspose.Cells 8.0.2|Docume...

    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.... It includes not only new and updated public methods, but...//Instantiate a new Workbook Workbook book = new Workbook (); //Get...

    docs.aspose.com/cells/java/public-api-changes-i...
  3. LaTeX to XPS | Aspose.TeX for Java

    Conversion functionality of Aspose.TeX API solution for Java lets you convert LaTeX files to the XPS format. Learn the code examples....Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    docs.aspose.com/tex/java/latex-to-xps/
  4. Can additional code be added to mimic SautinSof...

    We are moving away from SautinSoft to using Aspose.Words .Net. We have noticed how when SautinSoft renders a PDF from html it does a preprocessing step where it will resize images to stop an image from adjusting expandi…...method: LoadOptions loadOptions = new LoadOptions { LoadFormat = loadFormat...loadFormat, ResourceLoadingCallb = new CustomResourceLoadin() // Register...

    forum.aspose.com/t/can-additional-code-be-added...
  5. CELLSNET-57840: Placement of values in/around p...

    Hi, I tested the New version of aspose for the issue previously recorded as CELLSNET-57840. In my testing I found that this particular chart where the placement is really off. I’ve used the range “Demographics!D273:O3…...2025, 5:50pm 1 Hi, I tested the new version of aspose for the issue...RepDoc = new Document(); DocumentBuilder Builder = new DocumentBuilder(RepDoc);...

    forum.aspose.com/t/cellsnet-57840-placement-of-...
  6. MetafileRenderingOptions Class | Aspose.Words f...

    Discover Aspose.Words.Saving.MetafileRenderingOptions for enhanced metafile rendering control and customization in your documents. Optimize your workflow today!...HandleBinaryRasterWa () { Document doc = new Document ( MyDir + "WMF with...MetafileRenderingOpt metafileRenderingOpt = new MetafileRenderingOpt (); // Set...

    reference.aspose.com/words/net/aspose.words.sav...
  7. 从 Visio 中的形状中提取所有图像|Documentation

    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....a VSD file Diagram diagram = new Diagram ( "ExtractImageFromShap... IO . MemoryStream stream = new System . IO . MemoryStream (...

    docs.aspose.com/diagram/zh/net/extract-all-imag...
  8. WarningInfoCollection.Warning | Aspose.Words fo...

    Discover the WarningInfoCollection method that enhances your application by implementing IWarningCallback, effortlessly adding warnings to your collection.... Document doc = new Document ( MyDir + "Missing font...WarningInfoCollectio warningCollector = new WarningInfoCollectio (); doc...

    reference.aspose.com/words/net/aspose.words/war...
  9. Extracting text from passport images|Documentation

    How to digitize scanned or photographed passports by automatically extracting text from them....AsposeOcr recognitionEngine = new Aspose . OCR . AsposeOcr ();...Aspose . OCR . OcrInput input = new Aspose . OCR . OcrInput ( Aspose...

    docs.aspose.com/ocr/net/recognition/passport/
  10. Redact PDF using Java | Aspose.PDF

    Redact PDF documents programmatically with Java sample code using Aspose.PDF for Java...Java Document pdfDocument = new Document ( "sourceFile.pdf" );...); Rectangle rect = new Rectangle ( 200 , 500 , 300 , 600 );...

    products.aspose.com/pdf/java/redaction/