You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-text/jmupdf/files/jmupdf-0.4.1-umlaut.patch

12 lines
415 B

--- jmupdf-0.4.1/jmupdf/src/com/examples/pdf/convert/Pdf_2_Png.java
+++ jmupdf-0.4.1/jmupdf/src/com/examples/pdf/convert/Pdf_2_Png.java
@@ -26,7 +26,7 @@
*/
pdfDoc.saveAsPng(
1, // Page number
- "e:\\tmp\\Lösung.png", // PNG file
+ "e:\\tmp\\Loesung.png", // PNG file
2f, // Zoom
ImageType.IMAGE_TYPE_RGB); // Color space. Only RGB, ARGB & Gray.