Sort Score
Result 10 results
Languages All
Labels All
Results 821 - 830 of 77,631 for

txt

(0.23 sec)
  1. How to Run Aspose.Diagram in Docker|Documentation

    Run Aspose.Diagram in a Docker container for Linux, Windows Server and any OS. ...// add text to shape var txt = new Txt ( "Hello world!" ); shape...shape . Text . Value . Add ( txt ); Aspose . Diagram . Char ch =...

    docs.aspose.com/diagram/net/how-to-run-aspose-d...
  2. How to Zip Files Without Compression via Java

    How to add files to archives without compression for enhanced file management, providing convenience in transportation, quick access, and compatibility across various applications....txt" ); File fi2 = new File ( "asyoulik.txt" ); try (..."alice29.txt" , fi1 ); archive . createEntry ( "lcet10.txt" , fi2...

    products.aspose.com/zip/java/advanced-api-featu...
  3. Password Protecting Archives | Aspose.Zip Docum...

    In this guide, you will learn how to implement password protection for zip archives created with Java programming language....txt" )) { 3 Archive archive = new...archive. createEntry ( "alice29.txt" , source1); 5 archive. save...

    docs.aspose.com/zip/java/password-protecting-ar...
  4. Add and Connect Visio Shapes|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... add ( new Txt ( "Rectangle text." )); shape...getText (). getValue (). add ( new Txt ( "Star text." )); shape . setName...

    docs.aspose.com/diagram/java/add-and-connect-vi...
  5. PowerPoint MsftOfcThm_Accent: Override SVG Fill...

    Hi team, We have attached a file “icons.pptx” containing 2 icons of different colors. We have extracted the svg content for both of these files using below code snippet and attached the svg content files as “svg_conten…...txt” and “svg_content_2.txt” code snippet: svg_content_1...with “Accent4” in svg_content_1.txt and replace this new svg image...

    forum.aspose.com/t/powerpoint-msftofcthm-accent...
  6. Feature Tour|Aspose.Words for JasperReports

    This section provides a page with a list of features....DOC, DOCX, RTF, ODT, HTML, and TXT Export High Fidelity to the Report...

    docs.aspose.com/words/jasperreports/feature-tour/
  7. Categories

    Pronađite odgovore pomoću API-ja Aspose.Total Product Family Aspose.Words Product Family Aspose.PDF Product Family As......Փոխարկել TXT-ը PDF-ի Java-ում Գրել տեքստը պատկերում C#-ով TXT-ի փոխարկումը...

    kb.aspose.com/hy/categories/page/9/
  8. 7z compression level - Free Support Forum - asp...

    Hi. I am trying to use Aspose.Zip to compress some PDFs. I have attached the sample pdfs to this ticket. I have also attached the .7z files created by Aspose.Zip and by the actual program 7-Zip. The one by aspose is m…...txt"); a.CreateEntry("second", "alice29.txt"); a.Save("solid..."alice29.txt"); a.CreateEntry("second", "alice29.txt"); a.Save("nonsolid...

    forum.aspose.com/t/7z-compression-level/313880
  9. Zip or UnZip Files in .NET | Aspose.Zip for .NET

    This article will teach you how to programmatically compress Zip files using a variety of methods utilising C# or the.NET API and sample code. You will learn how to zip or compress one or more files, as well as how to zip files simultaneously. You will also learn how to decompress or unzip files as well....txt" , FileMode.Open, FileAccess...archive.CreateEntry( "alice29.txt" , source1); 10 11 archive.Save(zipFile);...

    docs.aspose.com/zip/net/compressing-and-decompr...
  10. Working with 7z Archives | Aspose.Zip for .NET

    Create, encrypt, append, split, and extract 7z archives in C# with Aspose.ZIP for .NET....txt" ); 2 FileInfo fi2 = new FileInfo( "asyoulik.txt" );..."alice29.txt" , fi1); 7 archive.CreateEntry( "asyoulik.txt" , fi2);...

    docs.aspose.com/zip/net/working-with-7z-archives/