Sort Score
Result 10 results
Languages All
Labels All
Results 9,431 - 9,440 of 414,647 for

documents

(1.37 sec)
  1. Merge PDF files using .NET | Aspose.PDF

    Merge PDF files programmatically with C# sample code using Aspose.PDF for .NET...powerful, and easy-to-use document manipulation API for net platform...NET Library can convert a document from any supported download...

    products.aspose.com/pdf/net/merger/pdf/
  2. Merge PDF | Online for Free | Aspose.PDF

    Merge PDF online. Use this free tool to try functionality of our ASPOSE.PDF library. It helps to merge PDF Documents without any registration, captcha or limits. Try our library for free...functionality, see the Documentation pages. Also, you can check...Open first document Document pdfDocument1 = new Document ( dataDir...

    products.aspose.com/pdf/online/merge-pdf/
  3. About images/pdf attachment in aspose word temp...

    Could you pls help me on how to import multiple images/pdfs as an image form in Aspose.word template Linq reporting engine dynamically which are saved as bytes at backend....the template var doc = new Document(templatePath); // Create the..."ReportData"); // Save the generated document doc.Save(outputPath); } Key...

    forum.aspose.com/t/about-images-pdf-attachment-...
  4. How to Create DOCX in C++

    In this topic, we will learn how to create DOCX in C++. The Word Documents are created programmatically in C++ and used in many applications to achieve automation like utility bill generation. You can create DOCX on the fly in C++ using simple API interface.... Word documents are created programmatically...instance of Document Class to add a blank Word document Create DocumentBuilder...

    kb.aspose.com/words/cpp/how-to-create-docx-in-cpp/
  5. Download .NET Component DLL to Process PDF | As...

    Download C# Class Library DLL to work with PDF pages, images, attachments, fonts, bookmarks, annotations, forms, watermarks, security & printing via .NET API....visit the Installation documentation page. Release Notes Download...allows you to work with PDF documents, pages, text, images, attachments...

    releases.aspose.com/pdf/net/
  6. Add Page Number to PDF|Aspose.PDF for Java

    Aspose.PDF for Java allows you to add Page Number Stamp to your PDF file using PageNumber Stamp class....Contents [ Hide ] All the documents must have page numbers in...locate different parts of the document. Aspose.PDF for Java allows...

    docs.aspose.com/pdf/java/add-page-number/
  7. Aspose.Words hangs indefinitely when saving as ...

    Can use the attached document (after unzip) and following code to reproduce. Tested in v24.10.0. var bytes = File.ReadAllBytes(@"input.doc"); using MemoryStream ms = new MemoryStream(); ms.Write(bytes, 0, bytes.Length);…...4:33pm 1 Can use the attached document (after unzip) and following...Aspose.Words.Document document = new Aspose.Words.Document(ms); using...

    forum.aspose.com/t/aspose-words-hangs-indefinit...
  8. Aspose::Words::Saving::SaveOptions::CreateSaveO...

    Aspose::Words::Saving::SaveOptions::CreateSaveOptions method. Creates a save options object of a class suitable for the specified save format in C++....set a default template for documents that do not have attached...MakeObject < Aspose :: Words :: Document > (); // Enable automatic...

    reference.aspose.com/words/cpp/aspose.words.sav...
  9. Supported Features on Document Save|Aspose.Word...

    Save a document in most of popular formats and supports lots of Microsoft Word features using C#....Ask AI Supported Features on Document Save Contents [ Hide ] Purpose...features Aspose.Words supports on document save. Aspose.Words allows...

    docs.aspose.com/words/net/supported-features-on...
  10. Border class | Aspose.Words for Node.js

    Aspose.Words.Border class. Represents a border of an object...the Programming with Documents documentation article. Remarks Borders...can be applied to various document elements including paragraph...

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