קוד Java להמרת קבצי EPUB ל-DXF

פתח אפליקציית המרה וייצוא חזקה מבוססת Java EPUB. המר קובץ EPUB אחד או יותר ל-DXF ופורמטים אחרים באמצעות Java Automation API.

המר את EPUB ל-DXF באמצעות Java Automation API

  1. פתח קובץ EPUB באמצעות מחלקת Document
  2. אתחול אובייקט מחלקה ועיבוד EPUB ל-JPEG באמצעות שיטת Process
  3. טען קובץ JPEG באמצעות מחלקת Image
  4. שמור את המסמך בפורמט DXF בשיטת save
 

קוד Java עבור המרה של EPUB ל-DXF

// supports PDF, CGM, EPUB, TeX, PCL, PS, XPS, MD, MHTML, XSLFO, HTML file formats
// load PDF with an instance of Document
Document document = new Document("input.pdf");
// create an object of JpegDevice
JpegDevice renderer = new JpegDevice();
// convert first of a particular PDF page to JPEG format
renderer.process(document.getPages().get_Item(1), "output.jpeg");
// load JPEG file
Image image = Image.Load("output.jpeg");
// supports Dicom, Jpeg2000, Apng, Psd, Dxf, Wmf, Emz, Wmz, Tga, Svgz file formats
// save JPEG to PSD file format
image.save("output.psd", new PsdOptions());
 
 

עוד כמה מקרים לשמירת EPUB ב-DXF עם תכונות אחרות כמו.

// supports PDF, CGM, EPUB, TeX, PCL, PS, XPS, MD, MHTML, XSLFO, HTML file formats
// load PDF with an instance of Document
Document pdfDocument = new Document("input.pdf");
// Create Resolution object
Resolution resolution = new Resolution(300);
// Create TiffSettings object
TiffSettings tiffSettings = new TiffSettings();
tiffSettings.setCompression(CompressionType.None);
tiffSettings.setDepth(ColorDepth.Default);
tiffSettings.setShape(ShapeType.Landscape);
// Create TIFF device
TiffDevice tiffDevice = new TiffDevice(resolution, tiffSettings);
// Convert a particular page and save the image to stream
tiffDevice.process(pdfDocument, 1, 1, "output.tif");
// load TIFF file
Image image = Image.Load("output.tif");
// supports Dicom, Jpeg2000, Apng, Psd, Dxf, Wmf, Emz, Wmz, Tga, Svgz file formats
// save TIFF to PSD file format
image.save("output.psd", new PsdOptions());

// supports PDF, CGM, EPUB, TeX, PCL, PS, XPS, MD, MHTML, XSLFO, HTML file formats
// load PDF with an instance of Document
Document document = new Document("input.pdf");
// create an object of JpegDevice
JpegDevice renderer = new JpegDevice();
// convert first of a particular PDF page to JPEG format
renderer.process(document.getPages().get_Item(1), "output.jpeg");
// load JPEG
Image image = Image.load("output.jpeg");
// create and initialize an instance of Graphics class
Graphics graphics= new Graphics(image);
// create an instance of Font
Font font = new Font("Times New Roman", 16, FontStyle.Bold);
// create an instance of SolidBrush and set its properties
SolidBrush brush = new SolidBrush();
brush.setColor(Color.getBlack());
brush.setOpacity(100);
Size sz = graphics.getImage().getSize();
// create an object of Matrix class for transformation
Matrix matrix = new Matrix();
// first a translation then a rotation
matrix.translate(sz.getWidth() / 2, sz.getHeight() / 2);
matrix.rotate(-45.0f);
// set the Transformation through Matrix
graphics.setTransform(matrix);
// draw a string using the SolidBrush and Font objects at specific point
graphics.drawString("Watermark by Aspose.Imaging for Java", font, brush, 0, 0);
// supports Dicom, Jpeg2000, Apng, Psd, Dxf, Wmf, Emz, Wmz, Tga, Svgz file formats
// save JPEG to PSD file format
image.save("output.psd", new PsdOptions());

// supports PDF, CGM, EPUB, TeX, PCL, PS, XPS, MD, MHTML, XSLFO, HTML file formats
// load PDF with an instance of Document
Document document = new Document("input.pdf");
// create an object of JpegDevice
JpegDevice renderer = new JpegDevice();
// convert first of a particular PDF page to JPEG format
renderer.process(document.getPages().get_Item(1), "output.jpeg");
// load JPEG file
Image image = Image.Load("output.jpeg");
// roate image
image.RotateFlip(RotateFlipType.Rotate270FlipNone);
// supports Dicom, Jpeg2000, Apng, Psd, Dxf, Wmf, Emz, Wmz, Tga, Svgz file formats
// save JPEG to PSD file format
image.save("output.psd", new PsdOptions());

 

פתח יישום המרת קבצים EPUB באמצעות Java

צריך לפתח יישום תוכנה מבוסס Java כדי לשמור ולייצא בקלות קבצי EPUB למסמך DXF? עם Aspose.Total for Java , כל מפתח Java יכול לשלב את קוד ה-API לעיל כדי לתכנת את אפליקציית ההמרה במגוון פורמטים כולל Microsoft Word (DOC, DOCX), Excel (XLS, XLSX), Powerpoint (PPT, PPTX), PDF, קבצי דוא"ל, תמונות (JPG, PNG, BMP, GIF) ופורמטים אחרים. ספריית Java רבת עוצמה להמרת מסמכים, תומכת בפורמטים פופולריים רבים כולל פורמט EPUB. ייצוא ועיבוד מסמכים לפורמטים אחרים, מתכנתים יכולים להשתמש ב-Aspose.Total for Java ילד API כולל Aspose.Words for Java , Aspose.Cells for Java , Aspose.Slides for Java , Aspose.PDF for Java , Aspose.Imaging for Java ועוד.

EPUB ספריית המרות עבור Java

ישנן אפשרויות חלופיות לשילוב Aspose.Total for Java במערכת שלך. אנא בחר אחד שדומה לצרכים שלך ופעל לפי ההוראות המפורטות:

  • השתמש ב-Aspose.Total for Java ישירות מפרויקט מבוסס Maven וכלול צאצא API רלוונטי ב-pom.xml.
  • לחלופין, אפשר לקבל קובץ ZIP מ- הורדות .

שומר את EPUB ל-DXF דרישות האפליקציה

כל מערכת הפעלה שיכולה להריץ את Java Runtime Environment (JRE) יכולה להריץ Aspose.Total for Java. הרשימות הבאות לרוב, אך לא כולן, מערכות הפעלה נתמכות.

  • Microsoft Windows
  • לינוקס: אובונטו, OpenSUSE, CentOS ואחרים
  • macOS: 10.9 (Mavericks) ואילך
  • נייד: אנדרואיד, iOS

ַחקוֹר EPUB אפשרויות המרה עם Java

להמיר EPUB ל APNG (Animated Portable Network Graphics)
להמיר EPUB ל CSV (Comma Seperated Values)
להמיר EPUB ל DICOM (Digital Imaging and Communications in Medicine)
להמיר EPUB ל DIF (Data Interchange Format)
להמיר EPUB ל DOCM (Microsoft Word 2007 Marco File)
להמיר EPUB ל DOT (Microsoft Word Template Files)
להמיר EPUB ל DOTM (Microsoft Word 2007+ Template File)
להמיר EPUB ל DOTX (Microsoft Word Template File)
להמיר EPUB ל EMZ (Windows Compressed Enhanced Metafile)
להמיר EPUB ל Excel (Spreadsheet File Formats)
להמיר EPUB ל FLATOPC (Microsoft Word 2003 WordprocessingML)
להמיר EPUB ל FODS (OpenDocument Flat XML Spreadsheet)
להמיר EPUB ל GIF (Graphical Interchange Format)
להמיר EPUB ל JPEG2000 (J2K Image Format)
להמיר EPUB ל MARKDOWN (Lightweight Markup Language)
להמיר EPUB ל MD (Markdown Language)
להמיר EPUB ל ODP (OpenDocument Presentation Format)
להמיר EPUB ל ODS (OpenDocument Spreadsheet)
להמיר EPUB ל ODT (OpenDocument Text File Format)
להמיר EPUB ל OTP (OpenDocument Standard Format)
להמיר EPUB ל OTT (OpenDocument Template)
להמיר EPUB ל PCL (Printer Command Language)
להמיר EPUB ל POT (Microsoft PowerPoint Template Files)
להמיר EPUB ל POTM (Microsoft PowerPoint Template File)
להמיר EPUB ל POTX (Microsoft PowerPoint Template Presentation)
להמיר EPUB ל Powerpoint (Presentation Files)
להמיר EPUB ל PPS (PowerPoint Slide Show)
להמיר EPUB ל PPSM (Macro-enabled Slide Show)
להמיר EPUB ל PPSX (PowerPoint Slide Show)
להמיר EPUB ל PPT (PowerPoint Presentation)
להמיר EPUB ל PPTM (Macro-enabled Presentation File)
להמיר EPUB ל PS (PostScript File)
להמיר EPUB ל PSD (Photoshop Document)
להמיר EPUB ל RTF (Rich Text Format)
להמיר EPUB ל SVGZ (Compressed Scalable Vector Graphics)
להמיר EPUB ל SWF (Shockwave Flash Movie)
להמיר EPUB ל SXC (StarOffice Calc Spreadsheet)
להמיר EPUB ל TGA (Truevision Graphics Adapter)