Sort Score
Result 10 results
Languages All
Labels All
Results 141 - 150 of 850 for

split document

(0.03 sec)
  1. Insert Page Break in PDF using C#

    This article guides on how to insert page break in PDF using C#. It has the IDE settings, steps, and a sample code to add page break to PDF using C#....insert a page break in a PDF document using C# . You will get details...the source PDF file into the Document class object for inserting...

    kb.aspose.com/pdf/net/insert-page-break-in-pdf-...
  2. Aspose::Words::Saving::IFontSavingCallback inte...

    Aspose::Words::Saving::IFontSavingCallback interface. Implement this interface if you want to receive notifications and control how Aspose.Words saves fonts when exporting a Document to HTML format in C++....saves fonts when exporting a document to HTML format. class IFontSavingCallback...{ auto doc = MakeObject < Document > ( MyDir + u "Rendering.docx"...

    reference.aspose.com/words/cpp/aspose.words.sav...
  3. DocumentPartSavingArgs class | Aspose.Words for...

    aspose.words.saving.DocumentPartSavingArgs class. Provides data for the [IDocumentPartSavingCallback.Document_part_saving()](../iDocumentpartsavingcallback/Document_part_saving/#Documentpartsavingargs) callback...document_part_saving() callback. To...more, visit the Save a Document documentation article. Remarks When...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Create a Column Chart in Word using C#

    This article guides how to create a column chart in Word using C#. It has the details to set the IDE, steps, and a sample code for creating a bar graph in Word using C#....a chart Create a new Word document and instantiate the DocumentBuilder...desired categories Save the Word document with the chart on the disk...

    kb.aspose.com/words/net/create-a-column-chart-i...
  5. Փոխակերպեք պարբերությունը Word-ի կետի կետերի, օ...

    Վերափոխեք պարբերությունը Word-ի կետերի՝ օգտագործելով Python-ը: Դուք կստանաք կարգավորումներ IDE-ի համար և օրինակելի կոդ՝ Word-ում Python-ի միջոցով տեքստը կետային կետերի փոխակերպելու համար:...ֆայլը մի քանի պարբերությամբ Document օբյեկտի մեջ Ամբողջական փաստաթուղթը...բաժանեք այն տողերի՝ օգտագործելով split() մեթոդը Ստեղծեք ելքային Word...

    kb.aspose.com/hy/words/python/convert-paragraph...
  6. Aspose::Words::Saving::FontSavingArgs::get_IsSu...

    Aspose::Words::Saving::FontSavingArgs::get_IsSubsettingNeeded method. Allows to specify whether the current font will be subsetted before exporting as a font resource in C++....characters that are used in the document. Subsetting allows to reduce...{ auto doc = MakeObject < Document > ( MyDir + u "Rendering.docx"...

    reference.aspose.com/words/cpp/aspose.words.sav...
  7. Aspose::Words::Saving::FontSavingArgs::get_Keep...

    Aspose::Words::Saving::FontSavingArgs::get_KeepFontStreamOpen method. Specifies whether Aspose.Words should keep the stream open or close it after saving a font in C++....{ auto doc = MakeObject < Document > ( MyDir + u "Rendering.docx"...them alongside the output document. doc -> Save ( ArtifactsDir...

    reference.aspose.com/words/cpp/aspose.words.sav...
  8. IFontSavingCallback | Aspose.Words for Java

    Implement this interface if you want to receive notifications and control how Aspose.Words saves fonts when exporting a Document to HTML format in Java....saves fonts when exporting a document to HTML format. Examples:...throws Exception { Document doc = new Document(getMyDir() + "Rendering...

    reference.aspose.com/words/java/com.aspose.word...
  9. Document.last_section property | Aspose.Words f...

    Document.last_section property. Gets the last section in the Document....last_section property Document.last_section property Gets the...the last section in the document. @property def last_section (...

    reference.aspose.com/words/python-net/aspose.wo...
  10. How to create a content control(SDT) when you h...

    Hi Team, Let’s take an example such that a Documents consists of below text Hello World How to write a regex pattern to match and create a content control? I need to match both Hello and World and it should create a …...take an example such that a documents consists of below text Hello...IReplacingCallback { private readonly Document _doc; private readonly string...

    forum.aspose.com/t/how-to-create-a-content-cont...