Sort Score
Result 10 results
Languages All
Labels All
Results 951 - 960 of 4,250 for

split document

(0.06 sec)
  1. Aspose::Words::Saving::IImageSavingCallback::Im...

    Aspose::Words::Saving::IImageSavingCallback::ImageSaving method. Called when Aspose.Words saves an image to HTML in C++....Examples Shows how to split a document into parts and save them...{ auto doc = MakeObject < Document > ( MyDir + u "Rendering.docx"...

    reference.aspose.com/words/cpp/aspose.words.sav...
  2. Download Word® Document Processing C# Library |...

    Download DLLs containing C# class library for Word® Document generation, editing, merging, conversion, rendering, printing, report generation via .NET API....Words for Word® Document Processing Open NuGet Package...visit the Installation documentation page. Release Notes Download...

    releases.aspose.com/words/net/
  3. StructureTypeStandard | Aspose.PDF for Python v...

    Represents Standard Structure Types.... DOCUMENT (Document) A complete document. This is the...large-scale division of a document. This type of element is appropriate...

    reference.aspose.com/pdf/python-net/aspose.pdf....
  4. IImageSavingCallback.ImageSaving | Aspose.Words...

    IImageSavingCallback ImageSaving method. Called when Aspose.Words saves an image to HTML in C#....Examples Shows how to split a document into parts and save them...DocumentPartsFileNam () { Document doc = new Document ( MyDir + "Rendering...

    reference.aspose.com/words/net/aspose.words.sav...
  5. Format page setup conflicts with TextColumnColl...

    Hi! Trying build a report and output in .ODT format. Simple process: load text / csv into a Document, set few page setup properties, Split in 3 columns by using TextColumn feature and save the file. Code below: feed = …...into a document, set few page setup properties, split in 3 columns....First()}.odt"; Document doc = new Document(feed); DocumentBuilder...

    forum.aspose.com/t/format-page-setup-conflicts-...
  6. VbaReferenceCollection.Item | Aspose.Words for ...

    VbaReferenceCollection Item property. Gets VbaReference object at the specified index in C#....dll" ; Document doc = new Document ( MyDir + "VBA project...refParts = libIdReference . Split ( '#' ); if ( refParts . Length...

    reference.aspose.com/words/net/aspose.words.vba...
  7. Aspose::Words::Saving::HtmlSaveOptions class | ...

    Aspose::Words::Saving::HtmlSaveOptions class. Can be used to specify additional options when saving a Document into the Html, Mhtml, Epub, Azw3 or Mobi format. To learn more, visit the Documentation article in C++....additional options when saving a document into the Html , Mhtml , Epub...the Specify Save Options documentation article. class HtmlSaveOptions...

    reference.aspose.com/words/cpp/aspose.words.sav...
  8. Class VbaReferenceCollection | Aspose.Words for...

    Aspose.Words.Vba.VbaReferenceCollection 班级. 代表一个集合VbaReference对象....dll" ; Document doc = new Document ( MyDir + "VBA project...refParts = libIdReference . Split ( '#' ); if ( refParts . Length...

    reference.aspose.com/words/zh/net/aspose.words....
  9. VbaReference.LibId | Aspose.Words for .NET API 参考

    VbaReference 财产. 获取一个包含自动化类型库标识符的字符串值...dll" ; Document doc = new Document ( MyDir + "VBA project...refParts = libIdReference . Split ( '#' ); if ( refParts . Length...

    reference.aspose.com/words/zh/net/aspose.words....
  10. Custom Fonts not working - Free Support Forum -...

    I am using aspose slides python library, i have bunch of custom fonts loaded in the fonts folder and when i try to load and convert a sample pptx to pdf, i get the pdf generated with no text! When i comment the line wher…...split('/') curr_folder.pop() curr_folder..."Arial" # Load the PPT/PPTX document presentation = slides.Pre...

    forum.aspose.com/t/custom-fonts-not-working/286527