Re: [Podofo-users] Suport of c++17

2019-01-15 Thread zyx
had been there and it caused ugly failures in runtime. This had been discussed in the past too, my personal opinion is to get rid of the autoptr usage in the public API (and internal API as well). Bye, zyx ___ Podofo-users mailing list Pod

Re: [Podofo-users] Linking podofo with xcode project

2019-01-15 Thread zyx
ever you compile to), it's just telling you something about developer documentation, which you can safely ignore. It's at least what your oversized screenshot shows. Maybe lower in the list are real compiler warnings. Bye, zyx ___ Podofo-us

Re: [Podofo-users] Help related to singing PDF document

2019-01-15 Thread zyx
that definitely isn't, but it can work as a kind-of-example and save your time. Bye, zyx ___ Podofo-users mailing list Podofo-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/podofo-users

Re: [Podofo-users] [PATCH 1/5] PdfVariant: m_eDataType is really a EPdfDataType

2019-01-23 Thread zyx
compiled with it on, but the library user had it off (used older C++ standard for compilation), or vice versa. Usage of -fshort-enums has the same effect, both the library builder and the library user should use it or not, not only one of them. If I understand it correctly. Bye,

Re: [Podofo-users] [PATCH 2/5] PdfDictionary: Removed 5 unneeded lookups in AddKey and RemoveKey methods

2019-01-17 Thread zyx
. The difference between overlooked bugs and known bugs is that all the changes in the proposal add new code, thus it should provide consistent code, not intentionally partially broken. Nonetheless, that's only my personal experience with patch reviews and an off-topic for this mailing list.

Re: [Podofo-users] [PATCH 1/5] PdfVariant: m_eDataType is really a EPdfDataType

2019-01-23 Thread zyx
branch: https://sourceforge.net/p/podofo/code/HEAD/tree/podofo/branches/PODOFO_0_9_6_BRANCH/src/base/PdfDefines.h#l211 Do I miss anything there? Bye, zyx ___ Podofo-users mailing list Podofo-users@lists.sourceforge.net

Re: [Podofo-users] [PATCH 1/5] PdfVariant: m_eDataType is really a EPdfDataType

2019-01-23 Thread zyx
ss my opinion on the change. > I will not complain but I kindly ask you to comment the code with a > warning so nobody will attempt to change that underlying type anymore Right, it makes sense to add the comment there. I'm not going to add it there myself though. Not yet at

Re: [Podofo-users] Bug when drawing text using truetype font with difference encoding loaded from pdf

2018-12-07 Thread zyx
user to decide, while there is not much way to give a hint to the user when it makes (or rather does not make) sense to do it. Or am I missing anything here? Bye, zyx ___ Podofo-users mailing list Podofo-users@lists

Re: [Podofo-users] Font CID widths are written as floats instead of ints

2018-12-07 Thread zyx
d it as revision 1956: http://sourceforge.net/p/podofo/code/1956 Bye, zyx ___ Podofo-users mailing list Podofo-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/podofo-users

Re: [Podofo-users] It is not possible to create two same fonts with different winansi (derived) encoding

2018-12-07 Thread zyx
not know what compiler you use and with which options, thus maybe you just didn't see it, because your compiler didn't generate it). The updated change is committed as revision 1957: http://sourceforge.net/p/podofo/code/1957 Bye, zyx __

Re: [Podofo-users] Missing PdfOutputDevice constructor with std::iostream

2018-12-07 Thread zyx
er, from my point of view, because otherwise the API lies about its intention with the stream. I know the std::ostream variant is 'const', but I didn't change it. Anyway, your change is committed as revision 1955: http://sourceforge.net/p/podofo/code/1955

Re: [Podofo-users] std::auto_ptr --> std::unique_ptr

2018-12-06 Thread zyx
it need to insist on using > auto_ptr in some places? :) Hi, I said: a) remove from public API, b) use in private API, only if needed. It's not the same as what you object to. It doesn't matter what is used internally, when it doesn't touch public API. Bye, zyx __

Re: [Podofo-users] std::auto_ptr --> std::unique_ptr

2018-12-05 Thread zyx
gh compiler, or patch and bundle the library on your own" isn't good option. For those looking for nitpicks, where I say "compiler" I mean either compiler or compiler options, and/or C++ standard being enabled/targeted by the compiler options. Bye, zyx _

Re: [Podofo-users] Recursion guard against issues 15 (CVE-2018-8002) & 25

2018-11-26 Thread zyx
th of you, especially if it can help to fix any issue (or more), without duplicating the code. Bye, zyx ___ Podofo-users mailing list Podofo-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/podofo-users

Re: [Podofo-users] Password protected document

2018-09-17 Thread zyx
lem to decrypt that object stream. Evince can open the file with no problem, but I do not know how much it masks the issue, if at all. I tried to delete the part with an update from the end of the doc.pdf and without it PoDoFo opens the file successfully. That might be a clue. Bye,

Re: [Podofo-users] Cannot fill a text field

2018-09-19 Thread zyx
cument::GetAcroForm() documentation for more information what that function can do. Bye, zyx ___ Podofo-users mailing list Podofo-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/podofo-users

Re: [Podofo-users] Bugs of PoDoFo

2019-04-03 Thread zyx
patches for those issues. I suppose you've a good idea what to do, thus you can receive credits for those changes and contribute to PoDoFo. Bye, zyx ___ Podofo-users mailing list Podofo-users@lists.sourceforge.net https://lists.sourceforg

Re: [Podofo-users] [BRANCH] Moving source from root/src to root/src/podofo

2019-04-05 Thread zyx
On Thu, 2019-04-04 at 23:26 +0200, Francesco Pretto wrote: > with at least zyx manifesting a possibile interest in seeing > the layout changed. Hi, that's correct and still is true. I wanted to wait with the change due to other outstanding patches, most of them being from you. It's

Re: [Podofo-users] [BRANCH] Moving source from root/src to root/src/podofo

2019-04-05 Thread zyx
it, I've no problem with that. My only concern was about pending patches, but if you believe you addressed that, then there's no other obstacle to do it, at least from my side. Thanks and bye, zyx ___ Podofo-users mailing list Pod

Re: [Podofo-users] [BRANCH] Moving source from root/src to root/src/podofo

2019-04-08 Thread zyx
On Sat, 2019-04-06 at 00:18 +0200, Matthew Brincke wrote: > zyx, you haven't committed them either perchance, just curious? Hi, nope, I didn't commit anything of it. The svn log can show it, but I agree it's a pita to track which commit belongs to which mail, thus no big deal. After

Re: [Podofo-users] Better handling of xref entries shorter than 20 chars

2019-03-04 Thread zyx
ess. There might be some tricks how to recover from broken XRef tables, which PoDoFo doesn't have many, if any at all. I do not know what others opinion is. Bye, zyx ___ Podofo-users mailing list Podofo-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/podofo-users

Re: [Podofo-users] [Podofo-svn] SF.net SVN: podofo:[1969] podofo/trunk/src/base/PdfString.cpp

2019-02-24 Thread zyx
think that commit messages are the place for personal opinions, really. See how Dom, the PoDoFo maintainer, writes the commit messages. There is some pattern the project uses for years. Bye, zyx ___ Podofo-users mailing list

Re: [Podofo-users] Better handling of xref entries shorter than 20 chars

2019-03-04 Thread zyx
ection, or there is something malfunctioning. Use `./test/unit/podofo-test --selftest` to check yourself. When I revert the proposed patch all tests pass as expected. Bye, zyx P.S.: relevant output of the podofo-test command: EncryptTest.cpp:244:Assertion Test name: Encry

Re: [Podofo-users] Serialize PDF to bytes

2019-02-14 Thread zyx
d and how, but it definitely does work: https://sourceforge.net/p/litepdf/code/HEAD/tree/trunk/src/litePDF.cpp#l1084 Bye, zyx ___ Podofo-users mailing list Podofo-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/podofo-users

Re: [Podofo-users] Merge PDF pages into one page

2019-02-17 Thread zyx
ion supported by the PDF standard. I do not know whether any of the PoDoFo tools or examples provide any such code, I'm sorry. [1] Bye, zyx [1] Something similar, but not the same, is here: https://litepdf.sourceforge.io/pagesperpage.cpp.h

Re: [Podofo-users] Merge PDF pages into one page

2019-02-18 Thread zyx
code simpler. I'm not sure of the PdfXObject instance ownership, that would need some runtime testing. Bye, zyx ___ Podofo-users mailing list Podofo-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/podofo-users

Re: [Podofo-users] Merge PDF pages into one page

2019-02-18 Thread zyx
Bye, zyx ___ Podofo-users mailing list Podofo-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/podofo-users

Re: [Podofo-users] Merge PDF pages into one page

2019-02-18 Thread zyx
pper" on top of PoDoFo in this code, thus you can look into what the litePDF does and mimic that. Bye, zyx ___ Podofo-users mailing list Podofo-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/podofo-users

Re: [Podofo-users] Merge PDF pages into one page

2019-02-18 Thread zyx
actual PDF content, but I doubt there is anybody willing to dive into it, or at least I'm not for sure. I'm sorry. Bye, zyx ___ Podofo-users mailing list Podofo-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/podofo-users

Re: [Podofo-users] (Security) Issue #39: Opinions about attached patch for it?

2019-01-30 Thread zyx
e-length-of-the-array in the cycle, but it's not a question for this change. It's for other places in the code, to do some performance improvements. Bye, zyx ___ Podofo-users mailing list Podofo-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/podofo-users

Re: [Podofo-users] PdfVariant: m_eDataType explained & Unknown sentinel value added

2019-01-25 Thread zyx
Hi, On Thu, 2019-01-24 at 23:34 +0100, Matthew Brincke wrote: > I have done the commit and it has indeed landed in > svn r1960 [1] so that ends this discussion. thanks, I appreciate it. Bye, zyx ___ Podofo-users mailin

Re: [Podofo-users] [PATCH 1/5] PdfVariant: m_eDataType is really a EPdfDataType

2019-01-24 Thread zyx
break anything upstream. Unless, some time later, someone decides to make Unknown -1 or anything like that. Then, hopefully, the compiler will claim something, thus it'll be noticed. Bye, zyx The used code follows. It generates compiler warnings with the switch- es, which is for goo

Re: [Podofo-users] [PATCH] EncryptTest: Fix buffer overflow in decrypted out buffer in TestEncrypt()

2019-01-30 Thread zyx
r from it, but if it's known that some test does something wrong, then the test should be fixed. People can use tests to have an idea about what can be done and how, not talking that the tests are meant to test the code, thus they should be correct. Just my opinion. Bye,

Re: [Podofo-users] [PATCH 1/5] PdfVariant: m_eDataType is really a EPdfDataType

2019-01-24 Thread zyx
bullet-proof the code needs to work the same in both cases (storage and comparison). And it's not the case. That's all I wanted to show. > @zyx: Are you still vetoing that change of Francesco's (making > Unknown equal to 0xff in EPdfDataType)? My complain from the past was about the compi

Re: [Podofo-users] A read___heap-buffer-overflow in PoDoFo::PdfEncryptAESV3::PdfEncryptAESV3

2019-05-23 Thread zyx
ong as yours: https://sourceforge.net/p/podofo/tickets/50/ contains the relevant attachments (which it does), there is no need to spam everyone on the list with them *again*. Thanks and bye, zyx ___ Podofo-users mailing list Podofo-users@lists.so

Re: [Podofo-users] A read___heap-buffer-overflow in PoDoFo::PdfEncryptAESV3::PdfEncryptAESV3

2019-05-16 Thread zyx
/p/podofo/mailman/message/36667216/ rather than spam this list with more data, which you already attached elsewhere and which you can safely reference, rather than resend. Bye, zyx ___ Podofo-users mailing list Podofo-users@lists.sourceforge.

Re: [Podofo-users] A read___heap-buffer-overflow in PoDoFo::PdfEncryptAESV3::PdfEncryptAESV3

2019-05-15 Thread zyx
e from the times when the ticketing in the SourceForge was not used at all. In any case, thanks for reporting it. Bye, zyx ___ Podofo-users mailing list Podofo-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/podofo-users

Re: [Podofo-users] Podofo rendering

2019-08-14 Thread zyx
elopment files for boost would be available. That would make Boost a real optional dependency. By the way, PoDoFo's README covers many interesting things, from my point of view. Good job of its author. Bye, zyx ___ Podofo-u

Re: [Podofo-users] Unable to build Podofo Windows 7using MinGW

2019-09-18 Thread zyx
src . CMakeLists.txt . podofo-debug Note the podofo-src and podofo-debug are at the same level. Whenever I say "checkout" above, it can be replaced with "unpack tarball with sources". Bye, zyx [1] https://sou

Re: [Podofo-users] PoDoFo browser

2019-09-10 Thread zyx
Bye, zyx ___ Podofo-users mailing list Podofo-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/podofo-users

Re: [Podofo-users] Memory leaks in PdfImage::LoadFromTiffHandle

2019-11-13 Thread zyx
pilers, which do not support vector::data(). Search for // MSC before VC11 has no data member, same as BorlandC Bye, zyx ___ Podofo-users mailing list Podofo-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/podofo-users

Re: [Podofo-users] Memory leaks in PdfImage::LoadFromTiffHandle

2019-11-13 Thread zyx
DoFo is an Open Source project, it cannot be hidden anywhere. I'm sorry if I missed anything obvious in your question. Bye, zyx ___ Podofo-users mailing list Podofo-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/podofo-users

Re: [Podofo-users] Memory leaks in PdfImage::LoadFromTiffHandle

2019-11-13 Thread zyx
with TIFFClose. > > But C++ way is much better and far less error prone. Definitely, I agree. Bye, zyx ___ Podofo-users mailing list Podofo-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/podofo-users

Re: [Podofo-users] [BRANCH] PdfObject automatic ownership handling

2019-11-03 Thread zyx
ciated, once it's approved. Thank your for your work on this. Bye, zyx ___ Podofo-users mailing list Podofo-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/podofo-users

Re: [Podofo-users] PoDoFo fonts cmaps "override"

2019-11-04 Thread zyx
you use, please? I recall a bug about CMap generation in the past. Maybe try svn trunk to see whether it's fixed. Bye, zyx ___ Podofo-users mailing list Podofo-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/podofo-users

Re: [Podofo-users] How to Modify Previous Pages of a PdfStreamedDocument

2019-10-29 Thread zyx
t; something on the first page. How can I re-paint on the first ? Hi, try to use PdfMemDocument, it allows changes in random order. The PdfSteamedDocument writes things to the disk as soon as it can, which means you can do only "serialized" changes, in a strict order.

Re: [Podofo-users] Example of text removal or image extraction

2019-11-20 Thread zyx
Hi, I guess you missed the tools/ directory of the sources, because it contains an image extractor (kind of common PDF tool, I'd say). https://sourceforge.net/p/podofo/code/HEAD/tree/podofo/trunk/tools/podofoimgextract/ Bye, zyx __

Re: [Podofo-users] Example of text removal or image extraction

2019-11-25 Thread zyx
Unix Makefiles" \ -DCMAKE_INSTALL_PREFIX=/some/path/to/install/podofo \ -DCMAKE_BUILD_TYPE=Debug \ -DPODOFO_BUILD_SHARED=ON \ .. Even when I use: -DPODOFO_BUILD_SHARED=OFF \ -DPODOFO_BUILD_STATIC=ON \ then it works fine here.

Re: [Podofo-users] Overlay PDF's

2019-11-28 Thread zyx
mework and study on your own. I'm sorry. By the way, PDF supports watermarks, which are for these things (if I understood correctly what you want to achieve). Bye, zyx [1] https://litepdf.sourceforge.io/drawtoresource.cpp.html ___ Podofo-us

Re: [Podofo-users] podofo crash on Windows 10 with MSVS 2017

2020-02-25 Thread zyx
g similar with the '_Val'. Bye, zyx ___ Podofo-users mailing list Podofo-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/podofo-users

Re: [Podofo-users] [External] Re: Patch for ignoring broken objects

2020-02-26 Thread zyx
r. Ideas? Thanks and bye, zyx ___ Podofo-users mailing list Podofo-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/podofo-users

Re: [Podofo-users] [BRANCH] PdfObject automatic ownership handling

2020-02-25 Thread zyx
imilar time frame or slightly later (I'm also kind of behind PoDoFo development at the moment), say mid or the second half of this year's March (supposing nothing more urgent won't step in on my side). Thanks and bye, zyx ___ Podofo

Re: [Podofo-users] [External] Re: Patch for ignoring broken objects

2020-02-26 Thread zyx
e been thinking of was to provide something similar to PdfError::EnableLogging() and PdfError::EnableDebug(). That would work fine, no? Bye, zyx ___ Podofo-users mailing list Podofo-users@lists.sourceforge.net https://lists.sourcefor

Re: [Podofo-users] [External] Re: Patch for ignoring broken objects

2020-02-26 Thread zyx
hanges. Thanks and bye, zyx ___ Podofo-users mailing list Podofo-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/podofo-users

Re: [Podofo-users] [External] Re: Patch for ignoring broken objects

2020-02-27 Thread zyx
due to the default being changed (and one really minor coding style "violence"). I didn't try to build this yet, but I do not expect any problem with it. I'll commit this (updated) after Francesco changes land. Thanks again and bye

Re: [Podofo-users] [External] Re: Patch for ignoring broken objects

2020-02-27 Thread zyx
is can be done separately. I left the decision to John, if he wants to extend his patch I'm not against it, but I'm also not forcing him to do it. Bye, zyx ___ Podofo-users mailing list Podofo-users@lists.sourceforge.net

Re: [Podofo-users] [External] Re: Patch for ignoring broken objects

2020-03-02 Thread zyx
ice it, even when re-reading the change before committing. I mean, I do not blame anyone, I know these things happen. Bye, zyx ___ Podofo-users mailing list Podofo-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/podofo-users

Re: [Podofo-users] painter->ExpandTabs public

2020-02-06 Thread zyx
r the new version? Do you have commit rights? If not, then share your patch, please. Bye, zyx ___ Podofo-users mailing list Podofo-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/podofo-users

Re: [Podofo-users] Patch for ignoring broken objects

2020-02-04 Thread zyx
you used a different address. Anyway, the patch looks good. I can commit it some time later, ideally after Francesco Pretto changes. Bye, zyx ___ Podofo-users mailing list Podofo-users@lists.sourceforge.net https://lists.sourceforge.

Re: [Podofo-users] Patch replacing auto_ptr with unique_ptr

2020-02-04 Thread zyx
I, it also depends which standard the user of the library relies on. An ideal solution, from my point of view, would be to stop using auto_ptr in the public API completely. None of the two offered patches do that. Bye, zyx ___ Podofo-users m

Re: [Podofo-users] [BRANCH] PdfObject automatic ownership handling

2020-02-23 Thread zyx
sorry), thus I hoped you'd finally merge the change yourself too. If not, then no problem, just let me know (through the list) and I'll do it myself. Thanks and bye, zyx ___ Podofo-users mailing list Podofo-users@lists.sourceforge.net

Re: [Podofo-users] [External] Re: Patch for ignoring broken objects

2020-02-19 Thread zyx
. I didn't test it in action. My fault. Bye, zyx ___ Podofo-users mailing list Podofo-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/podofo-users

Re: [Podofo-users] [BRANCH] PdfObject automatic ownership handling

2020-01-13 Thread zyx
On Mon, 2019-11-04 at 08:53 +0100, zyx wrote: > I can give it some smoke testing in my environment, both with > internal PoDoFo test suite and from the litePDF side (just one > project, which builds on top of the PoDoFo), but I cannot promise > when it'll be. It can take a long time.

Re: [Podofo-users] Stream filters are not detected if the Filter is an indirect reference

2020-01-13 Thread zyx
search). The patch looks fine. I'd commit it after Francesco changes [1]. Bye, zyx [1] https://sourceforge.net/p/podofo/mailman/message/36667522/ ___ Podofo-users mailing list Podofo-users@lists.sourceforge.net https://lists.sourceforge.net

Re: [Podofo-users] Strings in object streams are decrypted twice for some encryption algorithms

2020-03-27 Thread zyx
g "m_pParser->GetStream()" (and this > m_pParser has its own m_pEncrypt of course). Hi, thanks for the patch. I do not have answers for your questions, but the code change looks fine, thus I committed it as r2006: http://sourceforge.net/p/podofo/code/20

Re: [Podofo-users] Patch replacing auto_ptr with unique_ptr

2020-03-27 Thread zyx
On Tue, 2020-02-04 at 09:16 +0100, zyx wrote: > An ideal solution, from my point of view, would be to stop using > auto_ptr in the public API completely. Hi, I went ahead and removed usage of std::auto_ptr from the public API. It's committed as r2007: http://sourceforge.net/p/podof

Re: [Podofo-users] [BRANCH] PdfObject automatic ownership handling

2020-03-29 Thread zyx
again for your work on this. Bye, zyx ___ Podofo-users mailing list Podofo-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/podofo-users

Re: [Podofo-users] Support indirect references in dictionaries where podofo expects only direct objects

2020-03-27 Thread zyx
hus I committed it as r2005: http://sourceforge.net/p/podofo/code/2005 It will be appreciated, if you'd like to continue with the other work you mentioned in your original mail. Thanks and bye, zyx ___ Podofo-users

Re: [Podofo-users] Loading pdf encrypted with password throws exception

2020-03-27 Thread zyx
cut for some reason. Having there a way to know whether password is needed is required, no doubt. I would not drop the current call-flow though, as many library users rely on it. Bye, zyx ___ Podofo-users mailing list Podofo-users@

Re: [Podofo-users] Acroform fields array is not updated when it is reference

2020-03-27 Thread zyx
On Mon, 2020-03-02 at 21:32 +0100, Michal Sudolsky wrote: > Patch attached. Hi, thanks for the patch, I committed it as r2002: http://sourceforge.net/p/podofo/code/2002 Bye, zyx ___ Podofo-users mailing list Podofo-us

Re: [Podofo-users] Change GetIndirectKey to MustGetIndirectKey on appropriate places to avoid UB

2020-03-27 Thread zyx
ception from MustGetIndirectKey than to crash > due to accessing invalid memory. Hi, thanks for the patch, I committed it as r2003: http://sourceforge.net/p/podofo/code/2003 Bye, zyx ___ Podofo-users mailing li

Re: [Podofo-users] Change GetObject to MustGetObject on appropriate places to avoid UB

2020-03-27 Thread zyx
004: http://sourceforge.net/p/podofo/code/2004 Bye, zyx ___ Podofo-users mailing list Podofo-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/podofo-users

Re: [Podofo-users] [BRANCH] PdfObject automatic ownership handling

2020-03-27 Thread zyx
/code/2000 Thank you for your work, Francesco. Bye, zyx ___ Podofo-users mailing list Podofo-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/podofo-users

Re: [Podofo-users] [External] Re: Patch for ignoring broken objects

2020-03-27 Thread zyx
On Thu, 2020-02-27 at 20:19 +0100, John Senneker wrote: > Good catch. Here’s the patch with that code added back. Hi, I committed slightly modified patch to sources as r2001: http://sourceforge.net/p/podofo/code/2001 Thank you, John, for your work on this. Bye,

Re: [Podofo-users] Does not place the signature within coordinates

2020-05-19 Thread zyx
hich you can use. Check its --help page, which gives an extensive information about the possible arguments. Bye, zyx ___ Podofo-users mailing list Podofo-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/podofo-users

Re: [Podofo-users] Strange pdf standard 14 font or something else?

2020-03-19 Thread zyx
s, and even I didn't promise an exact date, I still feel like I failed here. I may check the patches semi-soon, unless someone else will be quicker. Thank you for your patience. Bye, zyx ___ Podofo-users mailing list Podofo-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/podofo-users

Re: [Podofo-users] Strange pdf standard 14 font or something else?

2020-03-18 Thread zyx
own. I never understood PoDoFo as a library for easier rendering of the PDF content. Bye, zyx ___ Podofo-users mailing list Podofo-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/podofo-users

Re: [Podofo-users] Patches for text wrapping and PDF field max chars

2020-10-10 Thread zyx
On Thu, 2020-09-24 at 14:11 +0200, Josef Rokos wrote: > Hi, > ... Hi, thanks for the patches. They look good, from my point of view. I committed them as r2015 and r2016: http://sourceforge.net/p/podofo/code/2015 http://sourceforge.net/p/podofo/code/2016 Bye,

Re: [Podofo-users] podofo memleak broken pdf

2020-10-10 Thread zyx
y, std::auto_ptr() doesn't provide 'free' function, thus I created a private class for it. Not as great as I hoped. Anyway, it's committed as r2014: http://sourceforge.net/p/podofo/code/2014 Thanks and bye, zyx ___ Podofo-users mailing list

Re: [Podofo-users] Base14 fonts ascent and descent values

2020-08-20 Thread zyx
me exhibited the issue on a Windows machine. Again, my memory is rusty. Bye, zyx ___ Podofo-users mailing list Podofo-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/podofo-users

Re: [Podofo-users] Patch for new tool to remove watermarks

2020-08-14 Thread zyx
On Thu, 2020-08-13 at 20:57 +0200, Michal Sudolsky wrote: > I am just curious so who is now the decision maker for podofo? Hi, as far as I know, it's still Dominik, the PoDoFo author. Bye, zyx ___ Podofo-users mailing l

Re: [Podofo-users] podofo memleak broken pdf

2020-08-14 Thread zyx
. The current trunk contains PODOFO_HAVE_UNIQUE_PTR, which should be used here; d) what is your real name, please? It'll be used in credits for the change. Could you address the above concerns, update the patch and resend it, please? Thanks a

Re: [Podofo-users] Any plans to relocate to github?

2020-08-14 Thread zyx
Bye, zyx ___ Podofo-users mailing list Podofo-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/podofo-users

Re: [Podofo-users] Acroform fields array is not updated when it is reference

2020-05-25 Thread zyx
not, I might have just commit rights. Anyway, by any chance, do you have a list of those, please? I tried to clean up the tickets, but then I realized there's a big mess in them, then I just gave up. I'm sorry. Bye, zyx ___ Podofo-users m

Re: [Podofo-users] Linking podofo with xcode project

2020-05-26 Thread zyx
t; 26 [-Wformat-truncation=] > 205 | snprintf( m_szDate, PDF_DATE_BUFFER_SIZE, "%s%s'00'", > szDate, szZone ); This one is not claimed by clang here. I use the same warning flags for both compilers. Bye, zyx P.S.: by the way, would you mind to reply to list instead

Re: [Podofo-users] Linking podofo with xcode project

2020-05-26 Thread zyx
support reply to list, to not make your life harder? The situation of having you or me life harder is not ideal by any means. Thanks and bye, zyx ___ Podofo-users mailing list Podofo-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/podofo-users

Re: [Podofo-users] Linking podofo with xcode project

2020-05-22 Thread zyx
e PODOFO_UNUSED_PARAM( lua ) #endif // PODOFO_HAVE_LUA I do see unused parameter warnings from other functions, thus it is enabled here. Bye, zyx ___ Podofo-users mailing list Podofo-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/podofo-users

Re: [Podofo-users] Seems bug in OutputInfoDict() in pdfinfo.cpp

2020-05-22 Thread zyx
On Wed, 2019-01-23 at 14:53 -0500, 贾相堃 wrote: > Hi,I tried to fuzz program podofopdfinfo and get the following asan > report. Hi, just for the record, this had been addressed by mabri in r1969: https://sourceforge.net/p/podofo/code/1969 Bye,

Re: [Podofo-users] Dependency linking

2020-07-19 Thread zyx
. Bye, zyx ___ Podofo-users mailing list Podofo-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/podofo-users

Re: [Podofo-users] Patch for new tool to remove watermarks

2020-08-12 Thread zyx
The watermarks have their intention/usage, removing them might "break" the intention. I'm not the decision maker here, I'm just saying my personal opinion. Bye, zyx ___ Podofo-users mailing list Podofo-users@lists.sourceforge.net

Re: [Podofo-users] PoDoFoBrowser new life

2020-08-12 Thread zyx
tream forks of itself. If the code is good enough it, should be proposed by the fork owner and eventually merged back to the upstream repository instead. Bye, zyx ___ Podofo-users mailing list Podofo-users@lists.sourceforge.net https://

Re: [Podofo-users] bug in podofo standard encoding vector

2020-08-12 Thread zyx
On Tue, 2020-06-16 at 11:08 +0200, Michal Sudolsky wrote: > Svn patch attached Hi, thank you both. I committed the patch as [r2013], with credits to Ferdinand. Bye, zyx [r2013] http://sourceforge.net/p/podofo/code/2

Re: [Podofo-users] Any plans to relocate to github?

2020-08-12 Thread zyx
my personal opinion, I'm not the decision maker here. Bye, zyx ___ Podofo-users mailing list Podofo-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/podofo-users

Re: [Podofo-users] Error in building

2020-07-13 Thread zyx
in PdfFontFactoryBase14Data.h, which is included in the top of the PdfFontMetricsBase14.cpp. What is the compiler you use and its version, please? This works fine with gcc 10.1.1. Maybe it begun with certain C++ standard? Though even that would look w

Re: [Podofo-users] Sign PDF PAdES compatible

2020-06-15 Thread zyx
DoFo's podofosign sources and let everyone benefit from your changes "out of the box"? Bye, zyx ___ Podofo-users mailing list Podofo-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/podofo-users

Re: [Podofo-users] Patch for png transparency and gray scale

2020-06-15 Thread zyx
e/2011 Thanks and bye, zyx ___ Podofo-users mailing list Podofo-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/podofo-users

Re: [Podofo-users] Patch for png transparency and gray scale

2020-06-15 Thread zyx
I see. Once the bits will be publicly available and considered stable you can propose a patch. Possibly making it a conditional compile, and/or with added podofosign arguments. Thanks and bye, zyx ___ Podofo-users mailing list

Re: [Podofo-users] library support

2020-07-16 Thread zyx
someone from your compiler developers to know for sure. Bye, zyx ___ Podofo-users mailing list Podofo-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/podofo-users

Re: [Podofo-users] barecode

2020-11-20 Thread zyx
he PdfPainter) you'll find a code, which adds images as well. Bye, zyx ___ Podofo-users mailing list Podofo-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/podofo-users

Re: [Podofo-users] Installation problem

2020-11-18 Thread zyx
e CMake invocation part does. For the reference: https://sourceforge.net/p/podofo/code/HEAD/tree/podofo/trunk/README.html#l244 Bye, zyx ___ Podofo-users mailing list Podofo-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/podofo-users

<    1   2   3   4   5   6   7   >