Sort Score
Result 10 results
Languages All
Labels All
Results 5,711 - 5,720 of 90,648 for

doc format

(0.59 sec)
  1. Aspose::Words::Font::get_ThemeFontOther method ...

    Aspose::Words::Font::get_ThemeFontOther method. Gets or sets the theme font used for characters with character codes from 128 through 255 in the applied font scheme that is associated with this Font object in C++.... auto doc = System :: MakeObject < Aspose...for languages uses by default. doc -> get_Theme () -> get_MinorFonts...

    reference.aspose.com/words/cpp/aspose.words/fon...
  2. Aspose::Words::Lists::ListLevelCollection::idx_...

    Aspose::Words::Lists::ListLevelCollection::idx_set method. Gets a list level by index in C++....how to apply custom list formatting to paragraphs when using...using DocumentBuilder . auto doc = System :: MakeObject < Aspose ::...

    reference.aspose.com/words/cpp/aspose.words.lis...
  3. FieldStart | Aspose.Words for Java

    Represents a start of a Word field in a Document in Java....throws Exception { Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.insertField(" DATE...

    reference.aspose.com/words/java/com.aspose.word...
  4. Boxes appear in generated PDF due to missing fo...

    I’m using Aspose.PDF for .NET to generate PDF files in an AWS Lambda environment. The issue I’m facing is that boxes (□) appear instead of text in the generated PDFs — this seems to happen because the required fonts are…...ConvertTo(byte[] source, SaveFormat format) { using var inputStream =...MemoryStream(source); Document doc = new Document(inputStream);...

    forum.aspose.com/t/boxes-appear-in-generated-pd...
  5. Web Scraping using C# - Convert HTML to Word Fi...

    Scrape website web pages as well as export HTML to Microsoft Word Documents via your .NET applications by integrating the Aspose APIs....saved in a structured format, such as DOC, DOCX, CSV, JSON, or...the result into your required format. Web Scrapping and Conversion...

    products.aspose.com/total/net/conversion/html-t...
  6. Converting a XPS file to DOCX using Java | Aspo...

    XPS to DocX conversion via Java sample code. Programmers can use this example code to export XPS to DocX within any Web or Desktop Java based application....a document from XPS to DOCX format with a modern document-processing...other possible conversion formats, see the Documentation pages...

    products.aspose.com/pdf/java/conversion/xps-to-...
  7. When converting docx to html using aspose .net ...

    using var stream = new MemoryStream(); HtmlSaveOptions options = new HtmlSaveOptions(SaveFormat.Html) { PrettyFormat = true, ExportHeadersFootersMode = ExportHeadersFootersMode.PerSection, ExportImagesAsBase…...IO; var doc = new Document("input.docx");...CssStyleSheetType.Inline }; doc.Save(stream, options); Inspect...

    forum.aspose.com/t/when-converting-docx-to-html...
  8. How can I convert excel file to word? - Free Su...

    Hello sir. I am a new user of aspose. I would like to convert excel file to word. Can I convert excel file to word using aspose?...4 KB) 2-Generated doc- output.zip (53.3 KB) Thanks...conversions of Excel files to Doc files. I am afraid that it is...

    forum.aspose.com/t/how-can-i-convert-excel-file...
  9. Aspose.Words Integration in AWS Lambda|Aspose.W...

    You might be interested in using Aspose.Words in AWS Lambda if you are targeting to create an application in the cloud, need Aspose.Words functionality, and probably integration with other Amazon services. Learn more about using Aspose.Words for .NET when building applications for Amazon Web Services in C#....Words and save it in PDF format into S3 storage using the following...using Aspose.Words. Document doc = new Document (); DocumentBuilder...

    docs.aspose.com/words/net/integration-in-aws-la...
  10. MarkdownSaveOptions.TableContentAlignment | Asp...

    Discover the MarkdownSaveOptions TableContentAlignment property to customize table content alignment for seamless Markdown exports. Default is Auto....exporting into the Markdown format. The default value is Auto...md" , saveOptions ); Document doc = new Document ( ArtifactsDir...

    reference.aspose.com/words/net/aspose.words.sav...