Sort Score
Result 10 results
Languages All
Labels All
Results 5,831 - 5,840 of 14,098 for

document editing

(0.6 sec)
  1. Converting a PNG file to PDF using C# | Aspose.PDF

    Sample code for PNG‑to‑PDF conversion in .NET. Use the API example code for batch PNG‑to‑PDF conversion within VB.NET, ASP.NET, or any .NET‑based application....programmatically a document from PNG to PDF format with a modern document-processing...conversion formats, see the Documentation pages. Also, you can check...

    products.aspose.com/pdf/net/conversion/png-to-pdf/
  2. Converting a BMP file to PDF using C# | Aspose.PDF

    Sample code for BMP‑to‑PDF conversion in .NET. Use the API example code for batch BMP‑to‑PDF conversion within VB.NET, ASP.NET, or any .NET‑based application....programmatically a document from BMP to PDF format with a modern document-processing...conversion formats, see the Documentation pages. Also, you can check...

    products.aspose.com/pdf/net/conversion/bmp-to-pdf/
  3. How to Edit PDF Properties in C#

    This article instructs on how to edit PDF properties in C#. It shares the environment details, programming steps and a code snippet to change PDF metadata in C#....TeX Product Family How to Edit PDF Properties in C# This article...article walks you through how to edit PDF properties in C# . It has...

    kb.aspose.com/pdf/net/how-to-edit-pdf-propertie...
  4. Downloads and Configure Aspose.Words in Struts|...

    Downloads and Configure Aspose.Words for Java on Apache Struts....following web page: You can add/edit or delete books from here by...the Book’s list to MS-Word document file: Below screen shows the...

    docs.aspose.com/words/java/downloads-and-config...
  5. Developer Guide|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.... File Info Document Properties New Creating a...Arrangement Auto Space Shapes Edit Working with Layer Insert Shape...

    docs.aspose.com/diagram/net/developer-guide/
  6. Find Field Properties in Python|Aspose.Words fo...

    How to find some field properties like field code and field result in Python....names of merge fields in a document, then you can instead use...names of all merge fields in a document: FAQ Q: How can I obtain the...

    docs.aspose.com/words/python-net/find-field-pro...
  7. 元素生成器 – Element Builders – 创建和编辑 SVG 元素 – C#

    探索 C# 中的 Aspose.SVG Builder API 创建和修改 SVG 元素的功能。了解如何使 SVG 编程更轻松、更高效。... Build (document. FirstChild as SVGSVGElement);...SVGSVGElement); 13 14 // Save the document 15 document. Save (Path. Combine...

    docs.aspose.com/svg/zh/net/element-builders/
  8. NodeChangingArgs.Action | Aspose.Words for .NET

    Discover the NodeChangingArgs Action property to identify node change events effortlessly. Enhance your coding efficiency with this essential feature!...changes to the document tree in real-time as we edit it. public void...NodeChangingCallback () { Document doc = new Document (); doc . NodeChangingCallback...

    reference.aspose.com/words/net/aspose.words/nod...
  9. NodeChangingArgs.NewParent | Aspose.Words for .NET

    Discover the NodeChangingArgs NewParent property to efficiently access a node's future parent after operations complete. Enhance your coding with ease!...changes to the document tree in real-time as we edit it. public void...NodeChangingCallback () { Document doc = new Document (); doc . NodeChangingCallback...

    reference.aspose.com/words/net/aspose.words/nod...
  10. Corrupt PDF perhaps? Sometimes OK, Sometimes No...

    I have been working on creating PDFs to upload to Concur Invoices. SOMETIMES the PDF will not upload because of some “unknown” error. Not helpful I know. If we open Acrobat and resave the file then it will upload fine…...Contains("html")) { using (var doc = new Document(inputStream, new HtmlLoadOptions()))...Contains("plain")) { using (var doc = new Document()) { var page = doc.Pages...

    forum.aspose.com/t/corrupt-pdf-perhaps-sometime...