Sort Score
Result 10 results
Languages All
Labels All
Results 501 - 510 of 3,760 for

split document

(0.07 sec)
  1. Rows moved to the next page when converting DOC...

    Hi, When converting a DOCX to PDF using Aspose.Words. I noticed the last row of a page was moved to the beginning of the next page, causing messed up layout and extra pages. Code: var Document = new Document(@".\test…...Code: var document = new Document(@".\test.docx"); document.LayoutOptions...HarfBuzzTextShaperFa.Instance; document.Save(@".\out.pdf"); I’ve attached...

    forum.aspose.com/t/rows-moved-to-the-next-page-...
  2. Extract Content Between Document Nodes|Aspose.W...

    How to extract specific content from a range within the Document easily using Node.js....in a Document Contents [ Hide ] When working with documents, it...a specific range within a document. However, the content may...

    docs.aspose.com/words/nodejs-net/how-to-extract...
  3. DocumentPartSavingArgs Class | Aspose.Words for...

    Discover the Aspose.Words.Saving.DocumentPartSavingArgs class, essential for enhancing Document processing with customizable saving options and efficient callbacks....more, visit the Save a Document documentation article. public class...Description Document { get; } Gets the document object that is...

    reference.aspose.com/words/net/aspose.words.sav...
  4. Help with Bookmark Replacement Issues in Docume...

    Hello Team, I’m using the following code to replace bookmark content from one Document with content from another: public void ReplaceBookmarks(string sourceDocPath, string targetDocPath, string outputDocPath) { Doc…...Bookmark Replacement Issues in Document Processing Aspose.Words Product...bookmark content from one document with content from another:...

    forum.aspose.com/t/help-with-bookmark-replaceme...
  5. Aspose::Words::Saving::DocumentPartSavingArgs c...

    Aspose::Words::Saving::DocumentPartSavingArgs class. Provides data for the DocumentPartSaving() callback. To learn more, visit the Documentation article in C++....more, visit the Save a Document documentation article. class DocumentPartSavingAr...Description get_Document () const Gets the document object that is...

    reference.aspose.com/words/cpp/aspose.words.sav...
  6. Zoom PDF File using C#

    This article guides on how to zoom PDF file using C#. It has the details to set the IDE, steps, and a sample code to apply the feature of PDF zoom out using C#....the source PDF file into the Document object for zooming in when...application, or print the document. This article has taught us...

    kb.aspose.com/pdf/net/zoom-pdf-file-using-csharp/
  7. How to Crop a PDF using C#

    This how-to guide describes how to crop a PDF using C#. It contains the configuration information, a program flow, and a runnable sample code to crop one page from PDF using C#....the source PDF file in the Document class object to crop it Display...summarize the process to crop PDF document using C# . The process starts...

    kb.aspose.com/pdf/net/how-to-crop-a-pdf-using-c...
  8. Find and Replace is replacing in wrong location...

    Hello Team, I am using Find and Replace a specific regex text in a Word Document and replace it with content from an Excel file. I’ve also created a sample project where you can add your license. However, when I upload …...specific regex text in a Word document and replace it with content...However, when I upload the Word document, the replacement happens in...

    forum.aspose.com/t/find-and-replace-is-replacin...
  9. TxtSaveOptionsBase.forcePageBreaks property | A...

    TxtSaveOptionsBase.forcePageBreaks property. Allows to specify whether the page breaks should be preserved during export....inserted explicitly into a document. It is not related to page...exporting a document to plaintext. let doc = new aw . Document (); let...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Adding a Watermark to an Image|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....Watermark to an Image This document explains how to add a watermark...example source code has been split into parts to make it easy to...

    docs.aspose.com/psd/java/adding-a-watermark-to-...