Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 545 for

htmlfixedsaveoptions

(0.13 sec)
  1. Is it possible to remove the space between two ...

    Hello, Directly in Word it is possible to remove the spacing between two pages by hiding the header and footer. See image capture “img-1” and “img-2” Is it possible to reproduce this operation with Aspose when saving a…...the pages by setting HtmlFixedSaveOptions.PageMargins property:...docx"); HtmlFixedSaveOptions opt = new HtmlFixedSaveOptions(); opt...

    forum.aspose.com/t/is-it-possible-to-remove-the...
  2. ResourceSavingArgs.ResourceFileName | Aspose.Wo...

    Manage your resources efficiently with ResourceSavingArgs. Easily set or retrieve the file name for saving resources without the hassle of paths....FontSavingCallback (); HtmlFixedSaveOptions saveOptions = new HtmlFixedSaveOptions...Save ( ArtifactsDir + "HtmlFixedSaveOptions.UsingMachineFonts.html"...

    reference.aspose.com/words/net/aspose.words.sav...
  3. Landray RDM EKP-23942 Convert Effect - Free Sup...

    words source code: src.zip (4.8 KB) origin doc: 3、零部件开发技术协议(V1-2023) (2) (1).doc.zip (18.2 KB) before converted: after converted: toHTML-Aspose_page-4-svg.html.zip (103.3 KB) Please have a check....loadOpt); HtmlFixedSaveOptions opt = new HtmlFixedSaveOptions(); opt...

    forum.aspose.com/t/landray-rdm-ekp-23942-conver...
  4. Inquiry about creating Document Web Viewer with...

    Hi. My company is planning to purchase your aspose.total product at the end of next month to use in a project I am working on. Your site seems to have a similar feature to one of the many I need to create (an MS Office…...docx"); HtmlFixedSaveOptions opt = new HtmlFixedSaveOptions(); opt...

    forum.aspose.com/t/inquiry-about-creating-docum...
  5. CssSavingArgs | Aspose.Words for Java

    Provides data for the ICssSavingCallback.cssSavingcom.aspose.words.CssSavingArgs event in Java....docx"); // Create an "HtmlFixedSaveOptions" object, which we can...docx"); // Create an "HtmlFixedSaveOptions" object, which we can...

    reference.aspose.com/words/java/com.aspose.word...
  6. ICssSavingCallback | Aspose.Words for Java

    Implement this interface if you want to control how Aspose.Words saves CSS Cascading Style Sheet when saving a document to HTML in Java....docx"); // Create an "HtmlFixedSaveOptions" object, which we can...docx"); // Create an "HtmlFixedSaveOptions" object, which we can...

    reference.aspose.com/words/java/com.aspose.word...
  7. Landray RDM EKP-23867 Convert Effect - Free Sup...

    words source code: src 2.zip (14.9 KB) origin doc: source.docx (2.6 MB) error converted: It can not convert to be html,please have a check....docx"); HtmlFixedSaveOptions opt = new HtmlFixedSaveOptions(); opt...

    forum.aspose.com/t/landray-rdm-ekp-23867-conver...
  8. Preserve text effects (shadow, outline, reflect...

    It seems that advanced text effects (used for WordArt or as standalone effects) are not reproduced when converting DOCX documents to HTML....docx"); HtmlFixedSaveOptions opt = new HtmlFixedSaveOptions(); opt...

    forum.aspose.com/t/preserve-text-effects-shadow...
  9. Images not being rendered properly when convert...

    using var stream = new MemoryStream(); HtmlSaveOptions options = new HtmlSaveOptions(SaveFormat.Html) { PrettyFormat = true, ExportHeadersFootersMode = ExportHeadersFootersMode.PerSection, ExportImagesAsBase6…...docx"); HtmlFixedSaveOptions opt = new HtmlFixedSaveOptions(); opt...

    forum.aspose.com/t/images-not-being-rendered-pr...
  10. 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…...docx"); HtmlFixedSaveOptions opt = new HtmlFixedSaveOptions(); opt...

    forum.aspose.com/t/when-converting-docx-to-html...