Sort Score
Result 10 results
Languages All
Labels All
Results 6,091 - 6,100 of 197,060 for

new

(0.12 sec)
  1. PDF to TIFF Converter using Android via Java | ...

    Sample code on Java for PDF to TIFF conversion. Use example code for batch PDF to TIFF conversion in Android...Open document try { document = new Document ( inputStream ); } catch...object Resolution resolution = new Resolution ( 300 ); // Create...

    products.aspose.com/pdf/android-java/conversion...
  2. PDF to BMP Converter using Android via Java | A...

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

    products.aspose.com/pdf/android-java/conversion...
  3. ResourceSavingArgs.KeepResourceStreamOpen | Asp...

    Discover how the KeepResourceStreamOpen property in ResourceSavingArgs enhances Aspose.Words by managing stream efficiency during resource saving....HtmlFixedResourceFol () { Document doc = new Document ( MyDir + "Rendering...ResourceUriPrinter callback = new ResourceUriPrinter (); HtmlFixedSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  4. Licensing|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....subscription for free upgrades to any new versions or fixes that come out...diagram . License license = new com . aspose . diagram . License...

    docs.aspose.com/diagram/java/licensing/
  5. Manage Slide Show in Python|Aspose.Slides for P...

    Learn how to manage slide shows in Aspose.Slides for Python via .NET. Control slide transitions, timings and more across PPT, PPTX and ODP formats with ease....code example below creates a new presentation and sets the show...following code example creates a new presentation and loops the slide...

    docs.aspose.com/slides/python-net/manage-slide-...
  6. Working with Visual Studio|Documentation

    This article introduces how to use GridWeb in visual studio.... Step 1: Creating New Web Site Open Visual Studio 2013...menu, select New Menu , then Web Site . The New Web Site dialog...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  7. Create an Empty Project File | Aspose.Tasks Doc...

    Learn how to create an empty Microsoft Project (MPP/XML) file using Aspose.Tasks for .NET....Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    docs.aspose.com/tasks/net/create-an-empty-proje...
  8. Setting field values is slow - Free Support For...

    Setting all field values on a PDF can take an extended amount of time considering the operation. I have a sample file with about 365 fields, somewhat large, however it takes roughly 10 seconds to fill all fields. Profil…... var license = new License(); license.SetLicense(“Aspose...lic”); using (var fileStream = (new FileStream(“c:\test.pdf”, FileMode...

    forum.aspose.com/t/setting-field-values-is-slow...
  9. Fonts are missing in pdf after word to pdf conv...

    we have created one azure web app which convert word to pdf using aspose but after conversion “Source sans pro” font is missing in pdf. same issue we were reproduce it on local but after installation of “Source sans pro…...the document Document doc = new Document("input.docx"); // Create...options PdfSaveOptions options = new PdfSaveOptions(); options.se...

    forum.aspose.com/t/fonts-are-missing-in-pdf-aft...
  10. HtmlSaveOptions.fontResourcesSubsettingSizeThre...

    HtmlSaveOptions.fontResourcesSubsettingSizeThreshold property. Controls which font resources need subsetting when saving to HTML, MHTML or EPUB...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...builder . font . name = "Times New Roman" ; builder . writeln (...

    reference.aspose.com/words/nodejs-net/aspose.wo...