Sort Score
Result 10 results
Languages All
Labels All
Results 5,241 - 5,250 of 213,155 for

new

(0.24 sec)
  1. Merge 3DS File Formats via Java | products.aspo...

    Sample Java merge 3DS file. Use this example code to merge 3DS file within any Web or Desktop Java based application....generate usdz file Scene scene = new Scene(); int i = 0 ; for (String...file: files) { FileStream fs = new FileStream(file, FileStream.OPEN...

    products.aspose.com/3d/java/merger/3ds/
  2. OUT of memory issue when merging large files - ...

    hey , I have a requirement where I can stream multiple large pdf from S3 and merge them per page at a time. Can you guide on how this can be achieved ? Does Aspose PDF java offers this functionality I used this logic , …...memory try (Document mergedDoc = new Document()) { pdfFileNames.stream()...resolve(pdfName); try (Document srcDoc = new Document(pdfPath.toString()))...

    forum.aspose.com/t/out-of-memory-issue-when-mer...
  3. CommentRangeEnd.accept method | Aspose.Words fo...

    CommentRangeEnd.accept method. Accepts a visitor....let doc = new aw . Document (); let newComment = new aw . Comment...firstParagraph ; para . appendChild ( new aw . CommentRangeStart ( doc...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. 使用C++通过JavaScript创建Chart工作表的PdfBookmarkEntry|Do...

    学习如何使用Aspose.Cells for Java脚本通过C++为图表工作表创建PdfBookmarkEntry。...file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...Entry for Sheet1 const ent1 = new PdfBookmarkEntry (); ent1 . destination...

    docs.aspose.com/cells/zh/javascript-cpp/create-...
  5. Comment.dateTime property | Aspose.Words for No...

    Comment.dateTime property. Gets the date and time that the comment was made....let doc = new aw . Document (); let newComment = new aw . Comment...firstParagraph ; para . appendChild ( new aw . CommentRangeStart ( doc...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Working with Image Borders|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....symbology ) { BarCodeAttributes b = new BarCodeAttributes (); b . setCodeText...MILIMETER ); Margins margins = new Margins (); margins . setLeft...

    docs.aspose.com/barcode/jasperreports/working-w...
  7. AI-Powered Multilingual Slide Generator|Aspose....

    Generate multilingual slides from text with Aspose.Slides for Node.js. Apply your template and export polished decks to PowerPoint and OpenDocument. Learn more....Slides introduces a new AI-powered feature, the Presentation...web client. var aiWebClient = new aspose . slides . OpenAIWebClient...

    docs.aspose.com/slides/nodejs-java/ai/generator/
  8. Get a Particular Page in a PDF File in PHP|Aspo...

    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....Open the target document $pdf = new Document ( $dataDir . 'input1...# create a new Document object $new_document = new Document ();...

    docs.aspose.com/pdf/java/get-a-particular-page-...
  9. PageSetup | Aspose.Words for Java

    Represents the page setup properties of a section in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...centered text."); // If we start a new section using a document builder...

    reference.aspose.com/words/java/com.aspose.word...
  10. Convert PDF to PDF/A | Aspose.PDF for .NET | Fo...

    Hello, I am using Aspose.Pdf to convert PDF files to the PDF/A standard. In the process, I noted that when converting a PDF file with some embedded fonts (Sample_input.pdf) the processed file has other font names (some …...(var doc = new Document(input)) { var options = new PdfFormat...PDF document using (var doc = new Document(input)) { // Set up...

    forum.aspose.com/t/convert-pdf-to-pdf-a-aspose-...