Sort Score
Result 10 results
Languages All
Labels All
Results 9,021 - 9,030 of 424,024 for

document

(0.4 sec)
  1. Convert POTX to XLAM via C++ or with free Onlin...

    Export POTX to XLAM in C++ without using Microsoft Excel or Powerpoint or online. Test free POTX to XLAM online converter quickly before integrating the code....using Save method Load HTML document by using IWorkbook class reference...reference Save the document to XLAM format using Save method...

    products.aspose.com/total/cpp/conversion/potx-t...
  2. Convert PPTM to XLSX via C++ or with free Onlin...

    Export PPTM to XLSX in C++ without using Microsoft Excel or Powerpoint or online. Test free PPTM to XLSX online converter quickly before integrating the code....using Save method Load HTML document by using IWorkbook class reference...reference Save the document to XLSX format using Save method...

    products.aspose.com/total/cpp/conversion/pptm-t...
  3. The annotation isn‘t displayed on the image con...

    Hi Aspose team, When I use Aspose.Pdf for .NET, I found a problem. . When I add a text annotation to the pdf page, then convert this page into an image, I find that the annotation I added will not be displayed on the …...Rectangle rect) { Page page = _document.Pages[currentPage]; TextAnnotation...PDF to Image The sample PDF document annotated using Adobe Reader...

    forum.aspose.com/t/the-annotation-isn-t-display...
  4. TxtSaveOptions class | Aspose.Words for Python

    aspose.words.saving.TxtSaveOptions class. Can be used to specify additional options when saving a Document into the [SaveFormat.TEXT](../../aspose.words/saveformat/#TEXT) format...additional options when saving a document into the SaveFormat.TEXT format...the Specify Save Options documentation article. Inheritance: TxtSaveOptions...

    reference.aspose.com/words/python-net/aspose.wo...
  5. | Aspose

    Sample code for DJVU to TXT Java conversion. Use API example code for batch DJVU files to TXT conversion within any Web or Desktop Java based application....DJVU format and creates DJVU documents containing recognized text...converts an DJVU image to TXT document: Create an instance of AsposeOcr...

    products.aspose.com/ocr/java/conversion/djvu-to...
  6. Delete Forms from PDF in C#|Aspose.PDF for .NET

    Remove Text based on subtype/form with Aspose.PDF for .NET library. Remove all forms from the PDF....code snippet creates a new Document object using an input variable...presented on page 2 of the document and checks for forms with...

    docs.aspose.com/pdf/net/remove-form/
  7. WatermarkLayout enumeration | Aspose.Words for ...

    aspose.words.WatermarkLayout enumeration. Defines layout of the watermark relative to the watermark center.... Document () # Add a plain text watermark...file_name = ARTIFACTS_DIR + 'Document.TextWatermark.docx' ) # We...

    reference.aspose.com/words/python-net/aspose.wo...
  8. How to Merge Word Documents using Java

    This topic describes how to merge Word Document using Java. It includes all the steps to set up the environment, a list of stepwise tasks and and an example code to merge DOCX files in Java....Family How to Merge Word Documents using Java This simple topic...describes how to merge Word documents using Java . It covers a step-by-step...

    kb.aspose.com/words/java/how-to-merge-word-docu...
  9. Document.AppendDocument | Aspose.Words for .NET

    Effortlessly append Documents with our Document Append method. Enhance your workflow by seamlessly integrating content into your existing files....Contents [ Hide ] AppendDocument( Document , ImportFormatMode ) Appends...the specified document to the end of this document. public void...

    reference.aspose.com/words/net/aspose.words/doc...
  10. Render multiple images in a row - Free Support ...

    Hello, I have a array of images. I want to render the all images in array two images in a row. I have attached my syntax. It throws an error. It works when trying to render 1 image per row. Also, is there any way to f…...// Load your document Document doc = new Document(); DocumentBuilder...builder.EndTable(); // Save the document doc.Save("output.docx"); In...

    forum.aspose.com/t/render-multiple-images-in-a-...