Sort Score
Result 10 results
Languages All
Labels All
Results 541 - 550 of 4,251 for

split document

(0.07 sec)
  1. FontSavingArgs Class | Aspose.Words for .NET

    Aspose.Words.Saving.FontSavingArgs class. Provides data for the FontSaving event in C#....more, visit the Save a Document documentation article. public class...font is bold. Document { get; } Gets the document object that is...

    reference.aspose.com/words/net/aspose.words.sav...
  2. Converting SVG to HTML in C# using Aspose.PDF f...

    Examples.zip (586.0 KB) We are evaluating various aspose products to convert svg to html. We attempted this in 2 ways, first using the code: public void ConvertSvgToHtml( string svgFilename, string htmlFilename ) { …...SVG file using ( SVGDocument document = new SVGDocument( svgFilename...// Render SVG to PDF file document.RenderTo( device ); } } //...

    forum.aspose.com/t/converting-svg-to-html-in-c-...
  3. Working with PDF Pages|Aspose.PDF for Java

    With Aspose.PDF for Java you can add pages, add headers and footers, add watermarks into your PDF file. This section explain to you all details on this topic....you insert a page to a PDF document at any location in the file...and delete pages from your document. This section shows how to...

    docs.aspose.com/pdf/java/working-with-pages/
  4. Aspose::Words::Saving::IFontSavingCallback Inte...

    Implement this interface if you want to receive notifications and control how Aspose.Words saves fonts when exporting a Document to HTML format....saves fonts when exporting a document to HTML format. Examples Shows...SaveExportedFonts() { auto doc = MakeObject<Document>(MyDir + u "Rendering.docx"...

    reference.aspose.com/words/cpp/class/aspose.wor...
  5. FontSavingArgs.Bold | Aspose.Words for .NET API 参考

    FontSavingArgs 财产. 表示当前字体是否为粗体... { Document doc = new Document ( MyDir + "Rendering...我们也可以从这里访问源文档。 Assert . True ( args . Document . OriginalFileName . EndsWith...

    reference.aspose.com/words/zh/net/aspose.words....
  6. HtmlSaveOptions.ExportFontResources | Aspose.Wo...

    HtmlSaveOptions ExportFontResources property. Specifies whether font resources should be exported to HTML MHTML or EPUB. Default is false in C#....resources allows for consistent document rendering independent of the...is set to true , main HTML document will refer to every font via...

    reference.aspose.com/words/net/aspose.words.sav...
  7. HtmlSaveOptions.FontSavingCallback | Aspose.Wor...

    HtmlSaveOptions 财产. 允许控制在将文档保存为 HTMLMHTML 或 EPUB 时如何保存字体... { Document doc = new Document ( MyDir + "Rendering...我们也可以从这里访问源文档。 Assert . True ( args . Document . OriginalFileName . EndsWith...

    reference.aspose.com/words/zh/net/aspose.words....
  8. 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...
  9. Aspose::Words::Saving::FontSavingArgs::get_Docu...

    Aspose::Words::Saving::FontSavingArgs::get_Document method. Gets the Document object that is being saved in C++....Aspose::Words::Saving::FontSavingArgs::get_Document method Contents [ Hide ] ...FontSavingArgs::get_Document method Gets the document object that is...

    reference.aspose.com/words/cpp/aspose.words.sav...
  10. Invalid parameters count for g operator - Free ...

    Hi Team, When we use the following Java code: public static void SplitPdfPages(String inputPdfPath, String outputDir) { Document pdfDocument = null; Document currentDocument = null; try { …...outputDir) { Document pdfDocument = null; Document currentDocument...new Document(inputPdfPath); currentDocument = new Document();...

    forum.aspose.com/t/invalid-parameters-count-for...