OXYGEN THIEF

Bardzo aktywny
Członek Załogi
Administrator
Dołączył
26 Maj 2010
Posty
39488
Reakcje/Polubienia
27891
Miasto
Trololololo
banner-logo-1.png

MuPDF to lekka przeglądarka plików PDF, XPS i E-book.MuPDF składa się z biblioteki oprogramowania, narzędzi linii poleceń i przeglądarek różnych platform.

Renderer w MuPDF jest dostosowany do wysokiej jakości antyaliasingowej grafiki, dzięki czemu przeglądane materiały są najwyższej jakości.Obsługuje wiele formatów dokumentów, takich jak PDF, XPS, OpenXPS, CBZ, EPUB i FictionBook 2. Można dopisać adnotację do dokumentów PDF i wypełnić formularze z przeglądarek mobilnych (ta funkcja jest będzie również dostępna dla przeglądarek desktopowych).

Narzędzia linii poleceń umożliwiają opisywanie, edytowanie i konwertowanie dokumentów na inne formaty takie jak HTML, SVG, PDF i CBZ. Możesz także pisać skrypty do manipulowania dokumentami przy użyciu języka Javascript.

Zaloguj lub Zarejestruj się aby zobaczyć!
 

OXYGEN THIEF

Bardzo aktywny
Członek Załogi
Administrator
Dołączył
26 Maj 2010
Posty
39488
Reakcje/Polubienia
27891
Miasto
Trololololo
MuPDF 1.11 (2017-04-11)

The Android and iOS viewers have been split off into separate git repositories:

  • mupdf-viewer-ios.git has the iOS viewer.
  • mupdf-viewer-android-old.git has the Android viewer.
  • mupdf-viewer-android-nui.git has a new advanced Android viewer.
  • mupdf-viewer-android-mini.git has a new minimalist Android viewer.
Other new features:

  • PDF portfolio support with command line tool "mutool portfolio".
  • Add callbacks to load fallback fonts from the system.
  • Use system fonts in Android to reduce install size.
  • Flag to disable publisher styles in EPUB layout.
  • Improved SVG output.
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
41450
Reakcje/Polubienia
35185
MuPDF 1.12
MuPDF 1.12.0 (2017-12-13)
You can now
Zaloguj lub Zarejestruj się aby zobaczyć!
the 1.12.0 release.

MuPDF 1.12-rc1 (2017-11-23)
The release candidate for version 1.12 is now available!

This release has a new Android SDK which is easier to use.

These are the git repositories for the SDK projects:

  • mupdf-android-fitz.git has the JNI bindings in a library.
  • mupdf-android-viewer.git has the viewer as an activity in a library.
  • mupdf-android-viewer-mini.git has the minimalist viewer as an activity in a library.
There are binary packages for these libraries in our Maven repository:

  • com.artifex.mupdf:fitz:1.12.+
  • com.artifex.mupdf:viewer:1.12.+
  • com.artifex.mupdf:mini:1.12.+
Color Management:

  • LCMS2 library for color management.
  • CMYK rendering with overprint simulation.
  • Spot color rendering.
  • Transparency rendering fixes.
Structured text output improvements:

  • Reworked structured text API.
  • Faster text searching.
  • Highlight and copy text by selecting lines instead of by area.
  • New semantic XHTML output format.
  • New layout preserving HTML output format.
Features and improvements:

  • Improved non-AA rendering with new scan converter.
  • Improved LARGEFILE support.
  • Improved TIFF support.
  • Improved documentation.
  • PCLm output.
  • PSD output.
  • New "mutool trace" tool.
  • New "mutool sign" tool (work in progress).
  • Text redaction (work in progress).
Lots of bug fixes.
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
41450
Reakcje/Polubienia
35185
MuPDF 1.13.0
This is primarily a bugfix release.

  • New "mutool sign" tool for showing and verifying digital signatures.
  • Chinese, Japanese, Korean, Cyrillic, and Greek font support in mutool create.
  • Improvements to annotation editing API.
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
41450
Reakcje/Polubienia
35185

MuPDF 1.23.0

New features:​


  • New WASM library with same
    Zaloguj lub Zarejestruj się aby zobaczyć!
    as mutool run and Java, for both browser and Node environments.
  • Support CropBox, TrimBox, BleedBox, and ArtBox in PDF tools and viewers.
  • PhotoShop PSD image support.
  • mupdf-gl: Custom ICC display profile support.
  • mutool poster: Option to split in RTL direction.

Miscellaneous improvements and notable bug fixes:​


  • EPUB: Fix table cell height calculations.
  • EPUB: Inherit table cell background color from table row.
  • EPUB: Support files with partial encryption (only read unencrypted parts).
  • EPUB: Support files with incorrect directory prefixes.
  • TIFF: Stability improvements.
  • MOBI: Stability improvements.
  • PDF: Support old style border dash patterns.
  • PDF: Support GoToR links to remote PDF documents.
  • PDF: Improve link parsing and creation.
  • ZIP: Improve unicode file name handling.
  • Fall back to unhinted fonts if hints are broken.
  • Recognize document types by sniffing contents (don't need to rely on mimetype or file extension).

New APIs:​


  • More PDF document permission flags.
  • Tweaked exception error logging.
  • pdf_minimize_document to squeeze amount of memory used by an open document.

Incompatible API changes:​


  • pdf_field_name renamed to pdf_load_field_name.
  • mutool run: Changed many methods to match Java and new WASM library.

New and improved documentation.​

Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
41450
Reakcje/Polubienia
35185
MuPDF 1.24.0
Jul 30, 2024
  • Error handling changes:
  • You must call pdf_report_error in the final fz_catch. Any unreported errors will be automatically reported when a new error is raised, or when closing the fitz context.
  • New formats:
  • Read Office (XML) files! We internally open and convert docx/pptx/xlsx documents to HTML to allow reading the plain text content. The exact layout will NOT be preserved.
  • Optional compile time option to use libarchive for reading CBR and other archive formats.
  • Read plain text documents.
  • Read gzipped files directly.
  • Open and read FDF files to support importing annotations or form data using the low-level PDF functions. There are no tools for this yet.
  • Read CFB (Compound File Binary) format archives -- used for the Office formats.
  • Write images as JPEG2000.
  • New tools and features:
  • mutool bake (and associated functions) to bake appearance of annotations and forms into static content.
  • Font subsetting flag to mutool clean (EXPERIMENTAL FEATURE).
  • Option to use ObjStms when writing PDF files.
  • Compression effort option when writing PDF files.
  • Add option to control how line art is affected by redaction. Add more options to control how images are affected by redaction (remove-unless-invisible).
  • Fix up q/Q gstate balance when cleaning content streams.
  • New functions and types:
  • pdf_rearrange_pages to subset or re-order pages in a PDF file.
  • fz_invert_bitmap to invert monochrome bitmaps.
  • fz_compressed_image_type to query the format of a compressed image.
  • fz_text_decoder to convert various legacy and CJK encodings into UTF-8.
  • More helper functions to easily manipulate PDF objects in C.
  • Add flag to control fz_place_story overflow behavior when the text doesn't fit into the box.
  • New archive handlers can be added at runtime.
  • Major bug fixes and improvements:
  • Support using Art, Bleed, Media, and Trim boxes for PDF page size.
  • Support ActualText in PDF! No more strange text extraction when the file uses ActualText to patch over bad font encodings.
  • Add special TrueType fallback encoding CMap for a specific flavor of broken PDF files that use an "identity" encoding without embedding the font.
  • Limited "transfer function" support in PDF. Transfer functions are a deprecated legacy PDF feature that predates proper color management. They were intended to provide limited color management such as applying a gamma curve. Transfer functions have often been (ab)-used to invert images, and many PDF creators use them when writing softmask images. We have added support for this case only.
  • Box drawing characters added to fonts for HTML and plain text documents.
  • Write more compact PDF files (removed some unnecessary whitespace).
  • Improved selection behavior for non-axis aligned text.
  • Improved heuristics for detecting the logical and visual order of RTL text in PDF.
  • Improved heuristics for inserting missing spaces in PDF text.
  • Improved handling of CMYK JPEG files (which ones are inverted and which are not).
  • Improved content type detection. Don't assume everything is PDF when we can't recognize it.
  • Removed deprecated functions:
  • pdf_check_signature
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Podobne tematy:

Do góry