Sort Score
Result 10 results
Languages All
Labels All
Results 8,631 - 8,640 of 223,144 for

new

(1.76 sec)
  1. Crop EPS | API Solution for C++

    Crop EPS functionality offered by Aspose.Page API solution for C++ is explained and illustrated with the code snippets here....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/cpp/crop-eps/
  2. Working with Artifacts in .NET|Aspose.PDF for .NET

    Aspose.PDF for .NET allows you to add a background image to PDF pages, and get each watermark using Artifact class....document using ( var document = new Aspose . Pdf . Document ( dataDir...document using ( var document = new Aspose . Pdf . Document ( dataDir...

    docs.aspose.com/pdf/net/artifacts/
  3. Converting a BMP file to PDF using Android via ...

    Sample code on Java for BMP to PDF conversion. Use example code for batch BMP to PDF conversion in Android...Initialize document object document = new Document (); Page page = document...Image image = new Image (); File imgFileName = new File ( fileStorage...

    products.aspose.com/pdf/android-java/conversion...
  4. SpecialChar | Aspose.Words for Java

    Base class for special characters in the document in Java....throws Exception { Document doc = new Document(getMyDir() + "Hidden...RemoveHiddenContentV hiddenContentRemover = new RemoveHiddenContentV(); // Below...

    reference.aspose.com/words/java/com.aspose.word...
  5. Convert PDF to Word documents in JavaScript|Asp...

    Learn how to write JavaScript code for conversion PDF to DOC(DOCX) directly in the Web....Worker*/ const AsposePDFWebWorker = new Worker ( "AsposePDFforJS.js"...= e => { const file_reader = new FileReader (); file_reader ....

    docs.aspose.com/pdf/javascript-cpp/convert-pdf-...
  6. Workbook hangs on calculateformula and RefreshD...

    PFA workbook (9.6 MB) Sample code: var workbook = New Aspose.Cells.Workbook(@"Slow Calc.xlsx"); var options = New CalculationOptions { CustomEngine = null, IgnoreError =…...Sample code: var workbook = new Aspose.Cells.Workbook(@"Slow...Workbook(@"Slow Calc.xlsx"); var options = new CalculationOptions { CustomEngine...

    forum.aspose.com/t/workbook-hangs-on-calculatef...
  7. Converting a PDF file to PNG using Android via ...

    Sample code on Java for PDF to PNG conversion. Use example code for batch PDF to PNG conversion in Android...convertPDFtoPNG () { try { document = new Document ( inputStream ); } catch...()); return ; } File file = new File ( fileStorage , "PDF-to-PNG...

    products.aspose.com/pdf/android-java/conversion...
  8. Converting a DICOM file to PDF using Android vi...

    Sample code on Java for DICOM to PDF conversion. Use example code for batch DICOM to PDF conversion in Android...Initialize document object document = new Document (); Page page = document...Image image = new Image (); File imgFileName = new File ( fileStorage...

    products.aspose.com/pdf/android-java/conversion...
  9. Configure Fallback Font Collections in Java|Asp...

    Set up a fallback fonts collection in Aspose.Slides for Java to keep text consistent and crisp in PowerPoint and OpenDocument presentations....presentation: Presentation pres = new Presentation (); try { IFontFallBackRulesCo...userRulesList = new FontFallBackRulesCol (); userRulesList . add ( new FontFallBackRule...

    docs.aspose.com/slides/java/create-fallback-fon...
  10. text|Documentation

    Text element is used to add one or more lines of text to the form.... New lines following ?text= declaration...attribute must be placed on a new line immediately after the opening...

    docs.aspose.com/omr/net/txt-markup/text/