Sort Score
Result 10 results
Languages All
Labels All
Results 4,981 - 4,990 of 213,140 for

new

(0.15 sec)
  1. com.aspose.pdf.internal.ms.System.lh: Culture N...

    We use Aspose library for transformation from one format to other format documents. As part of docx to pdf transformation , while loading license , we get the following error and transformation request got failed. Our cu…...setLocale(new Locale(“en”, “US”)); java.lang...Aspose call) Locale.setDefault(new Locale("en", "US")); // or any...

    forum.aspose.com/t/com-aspose-pdf-internal-ms-s...
  2. HtmlFixedSaveOptions.exportFormFields property ...

    HtmlFixedSaveOptions.exportFormFields property. Gets or sets indication of whether form fields are exported as interactive items (as 'input' tag) rather than converted to text or graphics....let doc = new aw . Document (); let builder = new aw . DocumentBuilder... let htmlFixedSaveOptions = new aw . Saving . HtmlFixedSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. PDF to WORD Converter using PHP | Aspose.PDF

    Sample code on PHP for PDF to WORD conversion. Use example code for batch PDF to WORD conversion with Aspose.PDF for PHP via Java... Initialize a new Document Call the Doc.Save method...$document = new Document ( $inputFile ); // Create a new DocSaveOptions...

    products.aspose.com/pdf/php-java/conversion/pdf...
  4. PDF to DOC Converter using PHP | Aspose.PDF

    Sample code on PHP for PDF to DOC conversion. Use example code for batch PDF to DOC conversion with Aspose.PDF for PHP via Java...Load the PDF document Create a new DocSaveOptions object Set the...$document = new Document ( $inputFile ); // Create a new DocSaveOptions...

    products.aspose.com/pdf/php-java/conversion/pdf...
  5. CGM to PDF Converter using PHP | Aspose.PDF

    Sample code on PHP for CGM to PDF conversion. Use example code for batch CGM to PDF conversion with Aspose.PDF for PHP via Java... Initialize a new Document Call Document.Process...// Create a new Document object $document = new Document ();...

    products.aspose.com/pdf/php-java/conversion/cgm...
  6. EMF to PDF Converter using PHP | Aspose.PDF

    Sample code on PHP for EMF to PDF conversion. Use example code for batch EMF to PDF conversion with Aspose.PDF for PHP via Java... Initialize a new Document Load input EMF image...// Create a new Document object $document = new Document ();...

    products.aspose.com/pdf/php-java/conversion/emf...
  7. Reusing Style Objects|Documentation

    In Aspose.Cells for JavaScript via C++, you can simplify style management and improve code efficiency by creating and using reusable style objects. Our guide will help you leverage the advantages of reusable style objects and implement them in your application....Creating a new workbook (empty) const workbook = new Workbook ();...styles of both cells to Times New Roman const styleObject = workbook...

    docs.aspose.com/cells/javascript-cpp/reusing-st...
  8. Throw ArgumentOutOfRangeException when Replace ...

    Description When I replace text, it throws ArgumentOutOfRangeException: System.String.Substring(Int32 startIndex, Int32 length) #=zVCpWUBUoqHMQ2zfntTiDaYYqs4vhj8TyF3LvSjbVcJIv.#=zzmPxqADrOJbQHjbiZw==(String #=zMO7Li…...Code void Test() { var doc = new Aspose.Pdf.Document(@"C:\Use...pdf"); var textFragmentAbsorber = new TextFragmentAbsorber("专业课复习资料,后续更新");...

    forum.aspose.com/t/throw-argumentoutofrangeexce...
  9. VbaModuleType enumeration | Aspose.Words for Py...

    aspose.words.vba.VbaModuleType enumeration. Specifies the type of a model in a VBA project....for a new object. Each instance of a class creates a new object...aw . Document () # Create a new VBA project. project = aw . vba...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Printing Workbooks in xlsx4j|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....//Instantiate a new workbook Workbook book = new Workbook ( dataDir...ImageOrPrintOptions imgOptions = new ImageOrPrintOptions (); //Get...

    docs.aspose.com/cells/java/printing-workbooks-i...