Sort Score
Result 10 results
Languages All
Labels All
Results 4,061 - 4,070 of 18,411 for

docx to doc

(0.35 sec)
  1. WatermarkerContext.TextWatermarkOptions | Aspos...

    Discover cusTomizable options for image watermarks with the WatermarkerContext TextWatermarkOptions property To enhance your visuals and protect your content.... string doc = MyDir + "Big document.docx" ; string watermarkText...watermarkerContext ) . From ( doc ) . To ( ArtifactsDir + "LowCode...

    reference.aspose.com/words/net/aspose.words.low...
  2. WatermarkerContext.ImageWatermarkOptions | Aspo...

    Discover cusTomizable text watermark options with WatermarkerContext To enhance your images and protect your brand's identity effectively.... string doc = MyDir + "Document.docx" ; string watermarkImage...watermarkerContext ) . From ( doc ) . To ( ArtifactsDir + "LowCode...

    reference.aspose.com/words/net/aspose.words.low...
  3. Convert PNG to XLS via C# | Aspose

    Sample code for PNG To XLS C# conversion. Use API example code for batch PNG files To XLS conversion within VB.NET, Asp.NET or any .NET based application....File) DOC (Documents generated by Microsoft Word) DOCX (Microsoft...

    products.aspose.com/ocr/net/conversion/png-to-xls/
  4. Encrypt a Document in C#|Aspose.Words for .NET

    Encrypt your Document using appropriate encryption algorithms for specific Document formats in C#....the DocSaveOptions class for DOC, or the Password property in...the OoxmlSaveOptions class for DOCX, DOCM, DOTX, DOTM, and FlatOpc...

    docs.aspose.com/words/net/encrypt-a-document/
  5. Փոխարկել DOC EPUB Javascript

    Փոխարկեք Doc ը EPUB ձևաչափի JavaScript կոդով: Պահեք Doc որպես EPUB օգտագործելով JavaScript:...Փոխարկել DOC ը EPUB ի JavaScript ում Բարձր արագությամբ Node.js...js գրադարան ՝ DOC - ից EPUBփոխարկելու համար Ծրագրային կերպով...

    products.aspose.com/words/hy/nodejs-net/convers...
  6. Upgrade with new apose liabrary to 24.9.0 leads...

    We have upgraded aspose library in our application 20.6.0.0 To 24.9.0.0 After upgrading it created issue in tables which are in PDF report. content goes beyond right margin, previously it was adjusting content as per do…...pdf saving ---------- Document doc = new Document(tempPath); DocumentBuilder...builder = new DocumentBuilder(doc); doc.Save(path, Aspose.Words.SaveFormat...

    forum.aspose.com/t/upgrade-with-new-apose-liabr...
  7. Convert TIFF to Text via C# | Aspose

    Sample code for TIFF To Text C# conversion. Use API example code for batch TIFF files To Text conversion within VB.NET, Asp.NET or any .NET based application....File) DOC (Documents generated by Microsoft Word) DOCX (Microsoft...

    products.aspose.com/ocr/net/conversion/tiff-to-...
  8. DocumentSavingArgs.EstimatedProgress | Aspose.W...

    Track your DocumentSavingArgs progress effortlessly with the EstimatedProgress property, providing real-time percentage updates for enhanced efficiency....Document doc = new Document ( MyDir + "Big document.docx" ); //...OperationCanceledExc >(() => doc . Save ( ArtifactsDir + $"HtmlSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  9. LoadOptions constructor | Aspose.Words for Python

    aspose.words.loading.LoadOptions construcTor... doc = None # Aspose.Words throw an...assertRaises ( Exception ): doc = aw . Document ( file_name =...

    reference.aspose.com/words/python-net/aspose.wo...
  10. After convert to pdf, the tablelayout are diffe...

    pdf: word:...a PDF: Document doc = new Document("input.docx"); Table table...table = (Table)doc.GetChild(NodeType.Table, 0, true); foreach (Row...

    forum.aspose.com/t/after-convert-to-pdf-the-tab...