• Re: Printing to PDF

    From Big Al@21:1/5 to this is what MajorLanGod on Mon Mar 6 16:10:17 2023
    On 3/6/23 15:32, this is what MajorLanGod wrote:
    I do most of my grocery shopping online, and keep a copy of my orders 'as sent' and 'as received'. I had some free time yesterday so I decided to
    test some of the things that had bean discussed in that thread recently.

    I had been using 'Microsoft Print to Pdf', and as posted most of my files were around 1gb. When I loaded one of those files into Notepad and looked
    at it, it looks like Microsoft Print to PDF rendered the entire TEXT
    document as a bitmap. When I resaved the receipt as 'Plain PDF' the size dropped to a litte over 100mb. Needless to say, I know what option I will
    be using from now on.I like PDFCreator.
    https://www.pdfforge.org/pdfcreator
    --
    Al

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From MajorLanGod@21:1/5 to All on Mon Mar 6 20:32:39 2023
    I do most of my grocery shopping online, and keep a copy of my orders 'as
    sent' and 'as received'. I had some free time yesterday so I decided to
    test some of the things that had bean discussed in that thread recently.

    I had been using 'Microsoft Print to Pdf', and as posted most of my files
    were around 1gb. When I loaded one of those files into Notepad and looked
    at it, it looks like Microsoft Print to PDF rendered the entire TEXT
    document as a bitmap. When I resaved the receipt as 'Plain PDF' the size dropped to a litte over 100mb. Needless to say, I know what option I will
    be using from now on.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul@21:1/5 to MajorLanGod on Mon Mar 6 16:34:53 2023
    On 3/6/2023 3:32 PM, MajorLanGod wrote:
    I do most of my grocery shopping online, and keep a copy of my orders 'as sent' and 'as received'. I had some free time yesterday so I decided to
    test some of the things that had bean discussed in that thread recently.

    I had been using 'Microsoft Print to Pdf', and as posted most of my files were around 1gb. When I loaded one of those files into Notepad and looked
    at it, it looks like Microsoft Print to PDF rendered the entire TEXT
    document as a bitmap. When I resaved the receipt as 'Plain PDF' the size dropped to a litte over 100mb. Needless to say, I know what option I will
    be using from now on.


    Well, it's actually a race. There can be big image files stuffed into
    the PDF that bloat it. But what surprised me, was how big and clumsy
    the Type42 font definitions are. They're huge.

    Any tool which has the capability to convert one sorry-ass font
    implementation, into a proper font implementation, that is
    guaranteed to save space.

    You know, there was a time, when font calls were like three fucking
    lines and that was it. Oh, to be back in those days again. Now, fonts
    are delivered in the bucket of a backhoe. The reason the font definition
    could be so short back then, is you didn't put the actual font in the
    file. The destination computer coughed up the font (Adobe Type Manager ATM). And the font did not need to be subsetted (where only the necessary letters
    are stored in the font matrix). Modern documents use a subsetted font,
    which means, even when a "proper" definition is done, it's ruined
    by the need to "sparsify" the font table.

    This command, converts binary PDF to ascii PDF. You can open
    the output.pdf as a text file (like in Notepad, if the file is
    small enough). This is how I take note of how many object
    calls there are in a PDF. The output.pdf still loads in Acrobat Reader,
    but it will be at least twice as big as input.pdf. This command is
    for *analysis*, not printing. It makes the format of the
    file, slightly more human-readable.

    mutool convert -F pdf -O decompress,clean -o output.pdf input.pdf

    This command, converts the file into its component parts. The Type42
    fonts don't seem to extract.

    mutool extract input.pdf # Do this in a separate folder, because there
    # can be a lot of files created by this.

    I'm using 1.19.0 at the moment.

    https://mupdf.com/releases/index.html

    mupdf-1.19.0-windows.zip

    https://mupdf.com/downloads/archive/mupdf-1.19.0-windows.zip

    Paul

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Alan Browne@21:1/5 to MajorLanGod on Mon Mar 6 16:31:21 2023
    On 2023-03-06 15:32, MajorLanGod wrote:
    I do most of my grocery shopping online, and keep a copy of my orders 'as sent' and 'as received'. I had some free time yesterday so I decided to
    test some of the things that had bean discussed in that thread recently.

    I had been using 'Microsoft Print to Pdf', and as posted most of my files were around 1gb. When I loaded one of those files into Notepad and looked
    at it, it looks like Microsoft Print to PDF rendered the entire TEXT
    document as a bitmap. When I resaved the receipt as 'Plain PDF' the size dropped to a litte over 100mb. Needless to say, I know what option I will

    Wow milli-bits. That is very compact. ;-)

    be using from now on.

    This 100 MB number is absurd. 1 GB? Wonkers

    Mac Word. 2 page Word doc with a complex table on 2nd page (pasted from excel).

    Printed to PDF using the system print (which includes print to PDF).

    91 KB.


    My cell phone bill, sent by them: 8 pages, colour, tons of
    detail/graphics: 271 KB.


    Hydro: 3 pages. Dense stuff, lots of detail and graphics:

    71 KB.







    --
    “Donald Trump and his allies and supporters are a clear and present
    danger to American democracy.”
    - J Michael Luttig - 2022-06-16
    - Former US appellate court judge (R) testifying to the January 6
    committee

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Stan Brown@21:1/5 to MajorLanGod on Tue Mar 7 06:50:32 2023
    On Mon, 06 Mar 2023 20:32:39 GMT, MajorLanGod wrote:
    I had been using 'Microsoft Print to Pdf', and as posted most of my files were around 1gb. When I loaded one of those files into Notepad and looked
    at it, it looks like Microsoft Print to PDF rendered the entire TEXT
    document as a bitmap. When I resaved the receipt as 'Plain PDF' the size dropped to a litte over 100mb. Needless to say, I know what option I will
    be using from now on.


    1 gigabyte? Really? Even for Microsoft Print to PDF that seems high.
    And reducing to a hundred megabytes? I thought I was doing badly with
    9 MB for a four-page monospaced typed letter.

    --
    Stan Brown, Tehachapi, California, USA https://BrownMath.com/
    Shikata ga nai...

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Alan Browne@21:1/5 to Stan Brown on Tue Mar 7 10:17:22 2023
    On 2023-03-07 09:50, Stan Brown wrote:
    On Mon, 06 Mar 2023 20:32:39 GMT, MajorLanGod wrote:
    I had been using 'Microsoft Print to Pdf', and as posted most of my files
    were around 1gb. When I loaded one of those files into Notepad and looked
    at it, it looks like Microsoft Print to PDF rendered the entire TEXT
    document as a bitmap. When I resaved the receipt as 'Plain PDF' the size
    dropped to a litte over 100mb. Needless to say, I know what option I will
    be using from now on.


    1 gigabyte? Really? Even for Microsoft Print to PDF that seems high.
    And reducing to a hundred megabytes? I thought I was doing badly with
    9 MB for a four-page monospaced typed letter.

    9MB is ridiculously bad. I'm getting complex invoices from providers, 8
    pages long, with tons of detail and colour graphics all in under 300KB.

    --
    “Donald Trump and his allies and supporters are a clear and present
    danger to American democracy.”
    - J Michael Luttig - 2022-06-16
    - Former US appellate court judge (R) testifying to the January 6
    committee

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From knuttle@21:1/5 to Stan Brown on Tue Mar 7 10:39:54 2023
    On 3/7/2023 9:50 AM, Stan Brown wrote:
    On Mon, 06 Mar 2023 20:32:39 GMT, MajorLanGod wrote:
    I had been using 'Microsoft Print to Pdf', and as posted most of my files
    were around 1gb. When I loaded one of those files into Notepad and looked
    at it, it looks like Microsoft Print to PDF rendered the entire TEXT
    document as a bitmap. When I resaved the receipt as 'Plain PDF' the size
    dropped to a litte over 100mb. Needless to say, I know what option I will
    be using from now on.


    1 gigabyte? Really? Even for Microsoft Print to PDF that seems high.
    And reducing to a hundred megabytes? I thought I was doing badly with
    9 MB for a four-page monospaced typed letter.

    Even 9 MB seems high. I have a 169 letter size page, single spaced file
    that takes 2.5MB. There are no images just text.

    I have several other PDF documents with a similar number of pages and a
    similar file sizes.

    I use CutePDFwrite, SourceForge's PDF Creator, and the PDF create that
    is a modual in Wordperfect to create my PDF files.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Ken Blake@21:1/5 to the_stan_brown@fastmail.fm on Tue Mar 7 09:35:12 2023
    On Tue, 7 Mar 2023 06:50:32 -0800, Stan Brown
    <the_stan_brown@fastmail.fm> wrote:

    On Mon, 06 Mar 2023 20:32:39 GMT, MajorLanGod wrote:
    I had been using 'Microsoft Print to Pdf', and as posted most of my files >> were around 1gb. When I loaded one of those files into Notepad and looked >> at it, it looks like Microsoft Print to PDF rendered the entire TEXT
    document as a bitmap. When I resaved the receipt as 'Plain PDF' the size
    dropped to a litte over 100mb. Needless to say, I know what option I will >> be using from now on.


    1 gigabyte? Really? Even for Microsoft Print to PDF that seems high.
    And reducing to a hundred megabytes? I thought I was doing badly with
    9 MB for a four-page monospaced typed letter.


    Out of curiosity, I just went to WordPerfect, found an old three-page
    letter with two proportional fonts and one B&W graphic. I "printed"
    it twice:

    Microsoft Print to PDF - 195KB
    PDF24 - 63KB

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Carlos E.R.@21:1/5 to Ken Blake on Tue Mar 7 20:08:57 2023
    On 2023-03-07 17:35, Ken Blake wrote:
    On Tue, 7 Mar 2023 06:50:32 -0800, Stan Brown
    <the_stan_brown@fastmail.fm> wrote:

    On Mon, 06 Mar 2023 20:32:39 GMT, MajorLanGod wrote:
    I had been using 'Microsoft Print to Pdf', and as posted most of my files >>> were around 1gb. When I loaded one of those files into Notepad and looked >>> at it, it looks like Microsoft Print to PDF rendered the entire TEXT
    document as a bitmap. When I resaved the receipt as 'Plain PDF' the size >>> dropped to a litte over 100mb. Needless to say, I know what option I will >>> be using from now on.


    1 gigabyte? Really? Even for Microsoft Print to PDF that seems high.
    And reducing to a hundred megabytes? I thought I was doing badly with
    9 MB for a four-page monospaced typed letter.


    Out of curiosity, I just went to WordPerfect, found an old three-page
    letter with two proportional fonts and one B&W graphic. I "printed"
    it twice:

    Microsoft Print to PDF - 195KB
    PDF24 - 63KB

    You should check the output to verify what fonts the files are actually
    using and compare that list with the original text. And then, are the
    fonts embedded or assumed to be on the destination system.


    --
    Cheers, Carlos.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From MajorLanGod@21:1/5 to knuttle on Tue Mar 7 19:33:43 2023
    knuttle <keith_nuttle@yahoo.com> wrote in
    news:tu7lsb$ev1e$1@dont-email.me:

    On 3/7/2023 9:50 AM, Stan Brown wrote:
    On Mon, 06 Mar 2023 20:32:39 GMT, MajorLanGod wrote:
    I had been using 'Microsoft Print to Pdf', and as posted most of my
    files were around 1gb. When I loaded one of those files into Notepad
    and looked at it, it looks like Microsoft Print to PDF rendered the
    entire TEXT document as a bitmap. When I resaved the receipt as
    'Plain PDF' the size dropped to a litte over 100mb. Needless to say,
    I know what option I will be using from now on.


    1 gigabyte? Really? Even for Microsoft Print to PDF that seems high.
    And reducing to a hundred megabytes? I thought I was doing badly with
    9 MB for a four-page monospaced typed letter.

    Even 9 MB seems high. I have a 169 letter size page, single spaced
    file that takes 2.5MB. There are no images just text.

    I have several other PDF documents with a similar number of pages and
    a similar file sizes.

    I use CutePDFwrite, SourceForge's PDF Creator, and the PDF create that
    is a modual in Wordperfect to create my PDF files.

    OK, I was too lzy to go back and look at the exact numbers. The file I
    tested dropped from 735mb to 106mb, which is still a significant amount.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Carlos E.R.@21:1/5 to Ken Blake on Tue Mar 7 23:06:56 2023
    On 2023-03-07 22:38, Ken Blake wrote:
    On Tue, 7 Mar 2023 20:08:57 +0100, "Carlos E.R." <robin_listas@es.invalid> wrote:
    On 2023-03-07 17:35, Ken Blake wrote:
    On Tue, 7 Mar 2023 06:50:32 -0800, Stan Brown <the_stan_brown@fastmail.fm> wrote:

    On Mon, 06 Mar 2023 20:32:39 GMT, MajorLanGod wrote:
    I had been using 'Microsoft Print to Pdf', and as posted most of my files >>>>> were around 1gb. When I loaded one of those files into Notepad and looked >>>>> at it, it looks like Microsoft Print to PDF rendered the entire TEXT >>>>> document as a bitmap. When I resaved the receipt as 'Plain PDF' the size >>>>> dropped to a litte over 100mb. Needless to say, I know what option I will >>>>> be using from now on.


    1 gigabyte? Really? Even for Microsoft Print to PDF that seems high.
    And reducing to a hundred megabytes? I thought I was doing badly with
    9 MB for a four-page monospaced typed letter.


    Out of curiosity, I just went to WordPerfect, found an old three-page
    letter with two proportional fonts and one B&W graphic. I "printed"
    it twice:

    Microsoft Print to PDF - 195KB
    PDF24 - 63KB

    You should check the output to verify what fonts the files are actually
    using and compare that list with the original text.

    They look the same. That's all the checking I want to do. I was only
    mildly interested in seeing what the size difference was between the
    two "printers."



    And then, are the
    fonts embedded or assumed to be on the destination system.


    Don't know and don't care.

    Then you don't know what you are missing...


    --
    Cheers, Carlos.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Ken Blake@21:1/5 to robin_listas@es.invalid on Tue Mar 7 14:38:48 2023
    On Tue, 7 Mar 2023 20:08:57 +0100, "Carlos E.R."
    <robin_listas@es.invalid> wrote:

    On 2023-03-07 17:35, Ken Blake wrote:
    On Tue, 7 Mar 2023 06:50:32 -0800, Stan Brown
    <the_stan_brown@fastmail.fm> wrote:

    On Mon, 06 Mar 2023 20:32:39 GMT, MajorLanGod wrote:
    I had been using 'Microsoft Print to Pdf', and as posted most of my files >>>> were around 1gb. When I loaded one of those files into Notepad and looked >>>> at it, it looks like Microsoft Print to PDF rendered the entire TEXT
    document as a bitmap. When I resaved the receipt as 'Plain PDF' the size >>>> dropped to a litte over 100mb. Needless to say, I know what option I will >>>> be using from now on.


    1 gigabyte? Really? Even for Microsoft Print to PDF that seems high.
    And reducing to a hundred megabytes? I thought I was doing badly with
    9 MB for a four-page monospaced typed letter.


    Out of curiosity, I just went to WordPerfect, found an old three-page
    letter with two proportional fonts and one B&W graphic. I "printed"
    it twice:

    Microsoft Print to PDF - 195KB
    PDF24 - 63KB

    You should check the output to verify what fonts the files are actually >using and compare that list with the original text.

    They look the same. That's all the checking I want to do. I was only
    mildly interested in seeing what the size difference was between the
    two "printers."



    And then, are the
    fonts embedded or assumed to be on the destination system.


    Don't know and don't care.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Ant@21:1/5 to Alan Browne on Tue Mar 7 22:47:21 2023
    Alan Browne <bitbucket@blackhole.com> wrote:
    On 2023-03-07 09:50, Stan Brown wrote:
    On Mon, 06 Mar 2023 20:32:39 GMT, MajorLanGod wrote:
    I had been using 'Microsoft Print to Pdf', and as posted most of my files >> were around 1gb. When I loaded one of those files into Notepad and looked >> at it, it looks like Microsoft Print to PDF rendered the entire TEXT
    document as a bitmap. When I resaved the receipt as 'Plain PDF' the size >> dropped to a litte over 100mb. Needless to say, I know what option I will >> be using from now on.


    1 gigabyte? Really? Even for Microsoft Print to PDF that seems high.
    And reducing to a hundred megabytes? I thought I was doing badly with
    9 MB for a four-page monospaced typed letter.

    9MB is ridiculously bad. I'm getting complex invoices from providers, 8 pages long, with tons of detail and colour graphics all in under 300KB.

    How's the quality when zoomed in though?
    --
    "For by [Jesus] all things were created: things in heaven and on earth, visible and invisible, whether thrones or powers or rulers or authorities; all things were created by him and for him." --Colossians 1:16. Finally, the warm sun is back again, but it'
    s playing peek a boo and won't fully come out of its cloud closet.
    Note: A fixed width font (Courier, Monospace, etc.) is required to see this signature correctly.
    /\___/\ Ant(Dude) @ http://aqfl.net & http://antfarm.home.dhs.org.
    / /\ /\ \ Please nuke ANT if replying by e-mail.
    | |o o| |
    \ _ /
    ( )

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From knuttle@21:1/5 to Ant on Tue Mar 7 19:05:31 2023
    On 3/7/2023 5:47 PM, Ant wrote:
    Alan Browne <bitbucket@blackhole.com> wrote:
    On 2023-03-07 09:50, Stan Brown wrote:
    On Mon, 06 Mar 2023 20:32:39 GMT, MajorLanGod wrote:
    I had been using 'Microsoft Print to Pdf', and as posted most of my files >>>> were around 1gb. When I loaded one of those files into Notepad and looked >>>> at it, it looks like Microsoft Print to PDF rendered the entire TEXT
    document as a bitmap. When I resaved the receipt as 'Plain PDF' the size >>>> dropped to a litte over 100mb. Needless to say, I know what option I will >>>> be using from now on.


    1 gigabyte? Really? Even for Microsoft Print to PDF that seems high.
    And reducing to a hundred megabytes? I thought I was doing badly with
    9 MB for a four-page monospaced typed letter.

    9MB is ridiculously bad. I'm getting complex invoices from providers, 8
    pages long, with tons of detail and colour graphics all in under 300KB.

    How's the quality when zoomed in though?
    I previously said I had several 157 page documents and that were
    contained with in a 2.5 MB file.

    Using Adobe Reader, I zoomed to 6400%, and still had clear will formed characters with no blur. These are not images converted to PDF files
    but truly printed text documents.

    The quality of the text in images is depended on the resolution of the
    original image.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Ken Blake@21:1/5 to robin_listas@es.invalid on Tue Mar 7 16:23:29 2023
    On Tue, 7 Mar 2023 23:06:56 +0100, "Carlos E.R."
    <robin_listas@es.invalid> wrote:

    On 2023-03-07 22:38, Ken Blake wrote:
    On Tue, 7 Mar 2023 20:08:57 +0100, "Carlos E.R." <robin_listas@es.invalid> wrote:
    On 2023-03-07 17:35, Ken Blake wrote:
    On Tue, 7 Mar 2023 06:50:32 -0800, Stan Brown <the_stan_brown@fastmail.fm> wrote:

    On Mon, 06 Mar 2023 20:32:39 GMT, MajorLanGod wrote:
    I had been using 'Microsoft Print to Pdf', and as posted most of my files
    were around 1gb. When I loaded one of those files into Notepad and looked
    at it, it looks like Microsoft Print to PDF rendered the entire TEXT >>>>>> document as a bitmap. When I resaved the receipt as 'Plain PDF' the size >>>>>> dropped to a litte over 100mb. Needless to say, I know what option I will
    be using from now on.


    1 gigabyte? Really? Even for Microsoft Print to PDF that seems high. >>>>> And reducing to a hundred megabytes? I thought I was doing badly with >>>>> 9 MB for a four-page monospaced typed letter.


    Out of curiosity, I just went to WordPerfect, found an old three-page >>>> letter with two proportional fonts and one B&W graphic. I "printed"
    it twice:

    Microsoft Print to PDF - 195KB
    PDF24 - 63KB

    You should check the output to verify what fonts the files are actually
    using and compare that list with the original text.

    They look the same. That's all the checking I want to do. I was only
    mildly interested in seeing what the size difference was between the
    two "printers."



    And then, are the
    fonts embedded or assumed to be on the destination system.


    Don't know and don't care.

    Then you don't know what you are missing...


    Since I almost never "print to pdf," I know I'm missing almost
    nothing.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Alan Browne@21:1/5 to Ken Blake on Tue Mar 7 19:13:08 2023
    On 2023-03-07 18:23, Ken Blake wrote:

    Since I almost never "print to pdf," I know I'm missing almost
    nothing.

    One of the most practical ways to store and send documents electronically.

    -It's how I invoice - and very often how I'm invoiced.
    -It's how I send quotations and proposals.
    -It's how I prep my info for the accountant at tax time
    (Business and personal).

    etc.

    So, maybe that's not for you, but it's definitely for many.


    --
    “Donald Trump and his allies and supporters are a clear and present
    danger to American democracy.”
    - J Michael Luttig - 2022-06-16
    - Former US appellate court judge (R) testifying to the January 6
    committee

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Carlos E.R.@21:1/5 to Alan Browne on Wed Mar 8 02:52:09 2023
    On 2023-03-08 01:13, Alan Browne wrote:
    On 2023-03-07 18:23, Ken Blake wrote:

    Since I almost never "print to pdf," I know I'm missing almost
    nothing.

    One of the most practical ways to store and send documents electronically.

    -It's how I invoice - and very often how I'm invoiced.
    -It's how I send quotations and proposals.
    -It's how I prep my info for the accountant at tax time
    (Business and personal).

    etc.

    So, maybe that's not for you, but it's definitely for many.

    In most cases, it is best if the application has the option to export or
    save to pdf, whereas print to PDF doesn't generate optimal files.

    The difference is that when printing, you can get perfect results by
    just generating images at the pixel resolution of the printer. The
    application can optimize for that.

    But when saving or exporting, there is an interest on small size and
    vector graphics and fonts.

    --
    Cheers, Carlos.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul@21:1/5 to knuttle on Tue Mar 7 21:05:51 2023
    On 3/7/2023 10:39 AM, knuttle wrote:
    On 3/7/2023 9:50 AM, Stan Brown wrote:
    On Mon, 06 Mar 2023 20:32:39 GMT, MajorLanGod wrote:
    I had been using 'Microsoft Print to Pdf', and as posted most of my files >>> were around 1gb. When I loaded one of those files into Notepad and looked >>> at it, it looks like Microsoft Print to PDF rendered the entire TEXT
    document as a bitmap. When I resaved the receipt as 'Plain PDF' the size >>> dropped to a litte over 100mb. Needless to say, I know what option I will >>> be using from now on.


    1 gigabyte? Really? Even for Microsoft Print to PDF that seems high.
    And reducing to a hundred megabytes? I thought I was doing badly with
    9 MB for a four-page monospaced typed letter.

    Even 9 MB seems high.  I have a 169 letter size page, single spaced file that takes 2.5MB.  There are no images just text.

    I have several other PDF documents with a similar number of pages and a similar file sizes.

    I use CutePDFwrite, SourceForge's PDF Creator, and the PDF create that is a modual in Wordperfect to create my PDF files.

    The programs wishing to print, are part of the problem.

    Web browsers are using poor print engines. They started
    out broken. The developers finished the development of them.
    The browser makers decided to switch engines or have more than
    one engine inside the browser. It's hard to keep track of which one
    of these makes poor quality output.

    For example, on a test page (too hard to use for benching because
    content is animated), the first two pages were rendered as bitmaps
    with no real fonts. On the last page of the document, the browser
    "breaks down" and emits one line of real font characters and embeds
    small images from the web content, as if it was composing a real
    print page. Why was the browser not consistent, from end to end
    in the print. Who knows :-/ The first two pages, really bloated
    out the output.

    LibreOffice tends to share the same engines. (It was using
    Cairo when Firefox was using Cairo.) I don't know if the
    other names are Skia and Pango, or what they are.

    What we need to compare to, is some of the older applications
    that haven't been "ruined by FOSS".

    Maybe a Wordpad print would be interesting.

    Benchmark print job (offered as a bench, in a previous thread)

    https://www.rsssf.org/tablest/tsjsl2hist.html

    1) Load URL in LibreOffice Writer 6.3.3 [LibreOffice_6.3.3_Win_x64.msi]
    2) Save as .docx (Wordpad W10 can read some of it)
    3) Wordpad - PDF Creator printer [PDFCreator-5_0_3-Setup.exe]
    wordpad.prn Level 3 Postscript 7,528,205 bytes Type42, 2 fonts per page, 27 pages
    4) Ghostscript 9.53.3 ps2pdf13 wordpad.prn wordpad.gs.pdf [gs9533w64.exe]
    wordpad.gs.pdf 119,255 bytes

    The fonts still have an impact, but not nearly as bad.

    extracting font-0008.ttf 48K (SegoeUI?)
    extracting font-0010.cff 5K Helvetica Bold
    extracting font-0012.cff 6K Helvetica
    extracting font-0014.ttf 31K (SegoeUISymbol?)
    extracting font-0120.cff 4K Helvetica Oblique

    Paul

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Alan Browne@21:1/5 to Carlos E.R. on Tue Mar 7 23:20:17 2023
    On 2023-03-07 20:52, Carlos E.R. wrote:
    On 2023-03-08 01:13, Alan Browne wrote:
    On 2023-03-07 18:23, Ken Blake wrote:

    Since I almost never "print to pdf," I know I'm missing almost
    nothing.

    One of the most practical ways to store and send documents
    electronically.

    -It's how I invoice - and very often how I'm invoiced.
    -It's how I send quotations and proposals.
    -It's how I prep my info for the accountant at tax time
    (Business and personal).

    etc.

    So, maybe that's not for you, but it's definitely for many.

    In most cases, it is best if the application has the option to export or
    save to pdf, whereas print to PDF doesn't generate optimal files.

    The difference is that when printing, you can get perfect results by
    just generating images at the pixel resolution of the printer. The application can optimize for that.

    But when saving or exporting, there is an interest on small size and
    vector graphics and fonts.

    I've been reading the thread and I'm astonished at the file sizes reported. Those I generate with the in-OS Mac print to pdf are far, far, far smaller.
    I gen invoices on the order of 100 - 200 kB ... max! And those I receive
    from utilities and others are also sub MB (100 - 300 kB).

    So, not sure what is going on with other posters machines getting many
    MB files ... 9 .. 100 MB - but it's clearly bloated.

    --
    “Donald Trump and his allies and supporters are a clear and present
    danger to American democracy.”
    - J Michael Luttig - 2022-06-16
    - Former US appellate court judge (R) testifying to the January 6
    committee

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul@21:1/5 to Alan Browne on Wed Mar 8 02:03:48 2023
    On 3/7/2023 11:20 PM, Alan Browne wrote:
    On 2023-03-07 20:52, Carlos E.R. wrote:
    On 2023-03-08 01:13, Alan Browne wrote:
    On 2023-03-07 18:23, Ken Blake wrote:

    Since I almost never "print to pdf," I know I'm missing almost
    nothing.

    One of the most practical ways to store and send documents electronically. >>>
    -It's how I invoice - and very often how I'm invoiced.
    -It's how I send quotations and proposals.
    -It's how I prep my info for the accountant at tax time
    (Business and personal).

    etc.

    So, maybe that's not for you, but it's definitely for many.

    In most cases, it is best if the application has the option to export or save to pdf, whereas print to PDF doesn't generate optimal files.

    The difference is that when printing, you can get perfect results by just generating images at the pixel resolution of the printer. The application can optimize for that.

    But when saving or exporting, there is an interest on small size and vector graphics and fonts.

    I've been reading the thread and I'm astonished at the file sizes reported. Those I generate with the in-OS Mac print to pdf are far, far, far smaller.
    I gen invoices on the order of 100 - 200 kB ... max! And those I receive from utilities and others are also sub MB (100 - 300 kB).

    So, not sure what is going on with other posters machines getting many MB files ... 9 .. 100 MB - but it's clearly bloated.


    Good benchmarks, require samples we can share.

    https://www.rsssf.org/tablest/tsjsl2hist.html

    Wordpad+PDFCreator 27 pages 119,255 bytes (different margin size)

    Original source (Web Page Complete) 71KB
    Save as PDF from LO 98KB
    Save as Microsoft XPS 350KB
    Print to Postscript, ps2pdf13 171KB

    Part of the problem, is what the tool itself, uses
    to create the "impression" to be printed. It is
    probably injecting fonts for each of 23 pages.

    Seamonkey to MS PrintToPDF 498KB Tabloid 15 pages
    507KB Letter 23 pages

    *******

    The documents that are 100MB, these

    1) Come from a browser.
    2) Each page is rendered as a pixmap at some DPI resolution.
    3) Alternately, may use a Type42 font, injected on each and every page,
    multiple fonts potentially on one page.

    But to carry out tests with color images, we need content
    that stands still and is not animated, so the results can
    be reproduced by everyone.

    The Yahoo News page, is one of the least reproducible pages
    going, so would be an extra-poor candidate for a color print test.
    It has multiple flaws, as far as consistency is concerned.

    Paul

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul@21:1/5 to knuttle on Wed Mar 8 02:13:16 2023
    On 3/7/2023 7:05 PM, knuttle wrote:
    On 3/7/2023 5:47 PM, Ant wrote:
    Alan Browne <bitbucket@blackhole.com> wrote:
    On 2023-03-07 09:50, Stan Brown wrote:
    On Mon, 06 Mar 2023 20:32:39 GMT, MajorLanGod wrote:
    I had been using 'Microsoft Print to Pdf', and as posted most of my files >>>>> were around 1gb. When I loaded one of those files into Notepad and looked >>>>> at it, it looks like Microsoft Print to PDF rendered the entire TEXT >>>>> document as a bitmap. When I resaved the receipt as 'Plain PDF' the size >>>>> dropped to a litte over 100mb. Needless to say, I know what option I will >>>>> be using from now on.


    1 gigabyte? Really? Even for Microsoft Print to PDF that seems high.
    And reducing to a hundred megabytes? I thought I was doing badly with
    9 MB for a four-page monospaced typed letter.

    9MB is ridiculously bad.  I'm getting complex invoices from providers, 8 >>> pages long, with tons of detail and colour graphics all in under 300KB.

    How's the quality when zoomed in though?
    I previously said I had several 157 page documents and that were contained with in a 2.5 MB file.

    Using Adobe Reader, I zoomed to 6400%, and still had clear will formed characters with no blur.  These are not images converted to PDF files but truly printed text documents.

    The quality of the text in images is depended on the resolution of the original image.

    For a PDF document, if a TrueType font, or any font with
    mathematically defined (spline curve or quadratic curve) glyphs,
    as you zoom in, the "math" allows infinite resolution and no jaggies.
    Jaggies might result, if the engine doing the job, had some
    limit on its floating point representations.

    If a bitmap font was used, then it starts to look bad when you zoom in.
    Over the decades, we've had our share of bitmap fonts. Back when you
    were using 24x80 terminals and there were no "high resolution" graphics screens, those were bitmap (matrix) fonts.

    If a web browser prints out, and it stores the entire page as a bitmap at
    a fixed resolution, when you zoom in that far, you can see the jaggies
    because it is an image. And no math with spline curves, redraws the
    edges of letters to perfection.

    Paul

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Carlos E.R.@21:1/5 to Paul on Wed Mar 8 12:22:09 2023
    On 2023-03-08 08:13, Paul wrote:
    On 3/7/2023 7:05 PM, knuttle wrote:
    On 3/7/2023 5:47 PM, Ant wrote:
    Alan Browne <bitbucket@blackhole.com> wrote:
    On 2023-03-07 09:50, Stan Brown wrote:
    On Mon, 06 Mar 2023 20:32:39 GMT, MajorLanGod wrote:
    I had been using 'Microsoft Print to Pdf', and as posted most of
    my files
    were around 1gb. When I loaded one of those files into Notepad and >>>>>> looked
    at it, it looks like Microsoft Print to PDF rendered the entire TEXT >>>>>> document as a bitmap. When I resaved the receipt as 'Plain PDF'
    the size
    dropped to a litte over 100mb. Needless to say, I know what option >>>>>> I will
    be using from now on.


    1 gigabyte? Really? Even for Microsoft Print to PDF that seems high. >>>>> And reducing to a hundred megabytes? I thought I was doing badly with >>>>> 9 MB for a four-page monospaced typed letter.

    9MB is ridiculously bad.  I'm getting complex invoices from
    providers, 8
    pages long, with tons of detail and colour graphics all in under 300KB. >>>
    How's the quality when zoomed in though?
    I previously said I had several 157 page documents and that were
    contained with in a 2.5 MB file.

    Using Adobe Reader, I zoomed to 6400%, and still had clear will formed
    characters with no blur.  These are not images converted to PDF files
    but truly printed text documents.

    The quality of the text in images is depended on the resolution of the
    original image.

    For a PDF document, if a TrueType font, or any font with
    mathematically defined (spline curve or quadratic curve) glyphs,
    as you zoom in, the "math" allows infinite resolution and no jaggies.
    Jaggies might result, if the engine doing the job, had some
    limit on its floating point representations.

    If a bitmap font was used, then it starts to look bad when you zoom in.
    Over the decades, we've had our share of bitmap fonts. Back when you
    were using 24x80 terminals and there were no "high resolution" graphics screens, those were bitmap (matrix) fonts.

    If a web browser prints out, and it stores the entire page as a bitmap at
    a fixed resolution, when you zoom in that far, you can see the jaggies because it is an image. And no math with spline curves, redraws the
    edges of letters to perfection.

    Right.

    The thing is, if you are "printing" then it may be faster to send a
    bitmap to the printer at its native resolution. That PDF can be saved
    instead, but it is, probably, optimized for printing.

    Whereas saving or exporting to PDF should optimize for rendering lines,
    curves, shapes, fonts, etc, at destination instead. Saves disk space
    (needs more CPU power) and can be rendered at any resolution.

    That would explain the sizes differences observed. Specially in Windows
    if they use the GDI method.

    --
    Cheers, Carlos.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Carlos E.R.@21:1/5 to Alan Browne on Wed Mar 8 12:34:31 2023
    On 2023-03-08 05:20, Alan Browne wrote:
    On 2023-03-07 20:52, Carlos E.R. wrote:
    On 2023-03-08 01:13, Alan Browne wrote:
    On 2023-03-07 18:23, Ken Blake wrote:

    Since I almost never "print to pdf," I know I'm missing almost
    nothing.

    One of the most practical ways to store and send documents
    electronically.

    -It's how I invoice - and very often how I'm invoiced.
    -It's how I send quotations and proposals.
    -It's how I prep my info for the accountant at tax time
    (Business and personal).

    etc.

    So, maybe that's not for you, but it's definitely for many.

    In most cases, it is best if the application has the option to export
    or save to pdf, whereas print to PDF doesn't generate optimal files.

    The difference is that when printing, you can get perfect results by
    just generating images at the pixel resolution of the printer. The
    application can optimize for that.

    But when saving or exporting, there is an interest on small size and
    vector graphics and fonts.

    I've been reading the thread and I'm astonished at the file sizes reported. Those I generate with the in-OS Mac print to pdf are far, far, far smaller.
    I gen invoices on the order of 100 - 200 kB ... max! And those I receive
    from utilities and others are also sub MB (100 - 300 kB).

    I get invoices of 700K. I see one utility most recent invoice has gone
    from 800K to 1.3M. Another utility stays at 180K tops. I generate
    invoices that go from 100K to 800K, depending on the images I have to
    include.

    I insert images captured from other PDFs, which means a bitmaps at
    screen resolution. I don't know if it would be possible to capture the
    original font work instead, I have not seen it.



    So, not sure what is going on with other posters machines getting many
    MB files ... 9 .. 100 MB - but it's clearly bloated.

    Bitmaps for printing.

    --
    Cheers, Carlos.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul@21:1/5 to Carlos E.R. on Wed Mar 8 07:16:26 2023
    On 3/8/2023 6:34 AM, Carlos E.R. wrote:


    Bitmaps for printing.


    What bothers me, is the implementation is inept.

    Page 1 and 2 are bitmaps. Fine.

    Page 4 switched back to using a real font for the title bar,
    and inserted sub-page sized images at the end. So the browser
    gave up on doing full-page bitmaps.

    Why did it do that ?

    You would expect if this was some kind of philosophical statement,
    all pages would be composed exactly the same way.

    Paul

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Stan Brown@21:1/5 to knuttle on Wed Mar 8 07:13:01 2023
    On Tue, 7 Mar 2023 10:39:54 -0500, knuttle wrote:
    On 3/7/2023 9:50 AM, Stan Brown wrote:
    [quoted text muted]
    1 gigabyte? Really? Even for Microsoft Print to PDF that seems high.
    And reducing to a hundred megabytes? I thought I was doing badly with
    9 MB for a four-page monospaced typed letter.

    Even 9 MB seems high.


    Of course it does. It's why I no longer use Microsoft Print to PDF,
    as I said in the thread I started about MS-PtP just a week ago.

    But that's a hundred years ago in Usenet time.

    --
    Stan Brown, Tehachapi, California, USA https://BrownMath.com/
    Shikata ga nai...

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Ken Blake@21:1/5 to bitbucket@blackhole.com on Wed Mar 8 08:26:16 2023
    On Tue, 7 Mar 2023 19:13:08 -0500, Alan Browne
    <bitbucket@blackhole.com> wrote:

    On 2023-03-07 18:23, Ken Blake wrote:

    Since I almost never "print to pdf," I know I'm missing almost
    nothing.

    One of the most practical ways to store and send documents electronically.

    -It's how I invoice - and very often how I'm invoiced.
    -It's how I send quotations and proposals.
    -It's how I prep my info for the accountant at tax time
    (Business and personal).


    I do none of these.


    etc.

    So, maybe that's not for you, but it's definitely for many.


    Yes, I understand, and agree. Many people create pdf files for those,
    and other, reasons. But I was replying to Carlos's saying "Then you
    don't know what **you** are missing"

    As said " **I** almost never 'print to pdf.' "

    It's amazing how often an argument (or at least a disagreement) can
    start over next to nothing. I'll repeat once more why I entered this
    thread: "I was only mildly interested in seeing what the size
    difference was between the two "printers." Because of that mild
    interest, I posted my results with the thought that others here might
    be interested in someone else's experience. That's all. I had nothing
    else in mind--certainly not whether I should create pdf files. End of
    thread, as far as I'm concerned.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul@21:1/5 to Ken Blake on Wed Mar 8 11:34:14 2023
    On 3/8/2023 10:26 AM, Ken Blake wrote:
    On Tue, 7 Mar 2023 19:13:08 -0500, Alan Browne
    <bitbucket@blackhole.com> wrote:

    On 2023-03-07 18:23, Ken Blake wrote:

    Since I almost never "print to pdf," I know I'm missing almost
    nothing.

    One of the most practical ways to store and send documents electronically. >>
    -It's how I invoice - and very often how I'm invoiced.
    -It's how I send quotations and proposals.
    -It's how I prep my info for the accountant at tax time
    (Business and personal).


    I do none of these.


    etc.

    So, maybe that's not for you, but it's definitely for many.


    Yes, I understand, and agree. Many people create pdf files for those,
    and other, reasons. But I was replying to Carlos's saying "Then you
    don't know what **you** are missing"

    As said " **I** almost never 'print to pdf.' "

    It's amazing how often an argument (or at least a disagreement) can
    start over next to nothing. I'll repeat once more why I entered this
    thread: "I was only mildly interested in seeing what the size
    difference was between the two "printers." Because of that mild
    interest, I posted my results with the thought that others here might
    be interested in someone else's experience. That's all. I had nothing
    else in mind--certainly not whether I should create pdf files. End of
    thread, as far as I'm concerned.


    When someone else has a workflow, you should respect that.

    They may still need help with it. And you can provide that help.

    They don't always need a comparison to your situation. I'm not
    invoicing anyone, but I can understand the operation of invoicing
    and I can try to make it better.

    I don't think it's acceptable for any computer company
    to make shitty output on purpose. Especially when "mounds"
    of technology exist to do it right. I don't know how much of
    this is some sort of fight with Adobe, and how much of this
    is some legal detail about font handling. You'll notice some
    PDF reading, being removed from browsers, and the assent of
    some Adobe rent-seeking behavior in their Acrobat Reader. Whether
    lawyers are behind this, who knows.

    ATM (Adobe Type Manager) used to be included as part of the OS.
    It required a lot of patches during Windows Update, and must
    have been a major pain in the ass for Microsoft. Prior to that,
    we could buy private copies, and I think there was a freebie of
    it included for Acrobat usage. It could synthesize fonts
    (make fonts you don't own, out of Sans and Serif). But I
    don't know what the legal posture of all this was, and whether
    it was defensible.

    PDF is an archival/distribution format. In addition, it accepts dual-representation.
    You can store a Word-compatible chunk inside the file, such that a
    recipient can actually open the original file if they want. But if
    they don't want to do that (and not every author dreams of giving
    away source), the PDF reader will just ignore the extraneous info.
    I've not run into anyone in the wild, using that capability
    (Word-in-PDF).

    Paul

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Alan Browne@21:1/5 to Ken Blake on Wed Mar 8 12:24:58 2023
    On 2023-03-08 10:26, Ken Blake wrote:

    else in mind--certainly not whether I should create pdf files. End of
    thread, as far as I'm concerned.

    ... I wonder why you didn't abandon it much earlier ...

    Farewell ...

    --
    “Donald Trump and his allies and supporters are a clear and present
    danger to American democracy.”
    - J Michael Luttig - 2022-06-16
    - Former US appellate court judge (R) testifying to the January 6
    committee

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Alan Browne@21:1/5 to Paul on Wed Mar 8 12:17:36 2023
    On 2023-03-08 02:03, Paul wrote:
    On 3/7/2023 11:20 PM, Alan Browne wrote:
    On 2023-03-07 20:52, Carlos E.R. wrote:
    On 2023-03-08 01:13, Alan Browne wrote:
    On 2023-03-07 18:23, Ken Blake wrote:

    Since I almost never "print to pdf," I know I'm missing almost
    nothing.

    One of the most practical ways to store and send documents
    electronically.

    -It's how I invoice - and very often how I'm invoiced.
    -It's how I send quotations and proposals.
    -It's how I prep my info for the accountant at tax time
    (Business and personal).

    etc.

    So, maybe that's not for you, but it's definitely for many.

    In most cases, it is best if the application has the option to export
    or save to pdf, whereas print to PDF doesn't generate optimal files.

    The difference is that when printing, you can get perfect results by
    just generating images at the pixel resolution of the printer. The
    application can optimize for that.

    But when saving or exporting, there is an interest on small size and
    vector graphics and fonts.

    I've been reading the thread and I'm astonished at the file sizes
    reported.
    Those I generate with the in-OS Mac print to pdf are far, far, far
    smaller.
    I gen invoices on the order of 100 - 200 kB ... max! And those I
    receive from utilities and others are also sub MB (100 - 300 kB).

    So, not sure what is going on with other posters machines getting many
    MB files ... 9 .. 100 MB - but it's clearly bloated.


    Good benchmarks, require samples we can share.

    https://www.rsssf.org/tablest/tsjsl2hist.html

    Agreed. So I printed that to file from Google Chrome via the Mac PDF
    printer and got 174KB. Which seems nominal.

    https://www.dropbox.com/s/s933dlx0ep39tb7/Alan%27s-checklist.docx

    (Download it and print to pdf, do not print it from the Dropbox site).

    Is a short Word doc.
    3 pages with a simple graphic, no colour.

    Here it PDF's to 82 KB


    --
    “Donald Trump and his allies and supporters are a clear and present
    danger to American democracy.”
    - J Michael Luttig - 2022-06-16
    - Former US appellate court judge (R) testifying to the January 6
    committee

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Alan Browne@21:1/5 to Paul on Wed Mar 8 12:20:13 2023
    On 2023-03-08 07:16, Paul wrote:


    Why did it do that ?

    You would expect if this was some kind of philosophical statement,
    all pages would be composed exactly the same way.

    As the release date approaches they ship what "works" not what works
    properly.


    --
    “Donald Trump and his allies and supporters are a clear and present
    danger to American democracy.”
    - J Michael Luttig - 2022-06-16
    - Former US appellate court judge (R) testifying to the January 6
    committee

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul@21:1/5 to Alan Browne on Wed Mar 8 13:55:12 2023
    On 3/8/2023 12:17 PM, Alan Browne wrote:
    On 2023-03-08 02:03, Paul wrote:
    On 3/7/2023 11:20 PM, Alan Browne wrote:
    On 2023-03-07 20:52, Carlos E.R. wrote:
    On 2023-03-08 01:13, Alan Browne wrote:
    On 2023-03-07 18:23, Ken Blake wrote:

    Since I almost never "print to pdf," I know I'm missing almost
    nothing.

    One of the most practical ways to store and send documents electronically.

    -It's how I invoice - and very often how I'm invoiced.
    -It's how I send quotations and proposals.
    -It's how I prep my info for the accountant at tax time
    (Business and personal).

    etc.

    So, maybe that's not for you, but it's definitely for many.

    In most cases, it is best if the application has the option to export or save to pdf, whereas print to PDF doesn't generate optimal files.

    The difference is that when printing, you can get perfect results by just generating images at the pixel resolution of the printer. The application can optimize for that.

    But when saving or exporting, there is an interest on small size and vector graphics and fonts.

    I've been reading the thread and I'm astonished at the file sizes reported. >>> Those I generate with the in-OS Mac print to pdf are far, far, far smaller. >>> I gen invoices on the order of 100 - 200 kB ... max! And those I receive from utilities and others are also sub MB (100 - 300 kB).

    So, not sure what is going on with other posters machines getting many MB files ... 9 .. 100 MB - but it's clearly bloated.


    Good benchmarks, require samples we can share.

    https://www.rsssf.org/tablest/tsjsl2hist.html

    Agreed.  So I printed that to file from Google Chrome via the Mac PDF printer and got 174KB.  Which seems nominal.

    https://www.dropbox.com/s/s933dlx0ep39tb7/Alan%27s-checklist.docx

    (Download it and print to pdf, do not print it from the Dropbox site).

    Is a short Word doc.
    3 pages with a simple graphic, no colour.

    Here it PDF's to 82 KB



    My best "path" for this one, would be LibreOffice save as PDF. 93.5K

    [Picture]

    https://i.postimg.cc/MTLPZy5d/alan-test-doc.gif

    The copy of LO Writer is on the other machine, and I'm all the
    time moving stuff around between shares.

    You can also open a URL in LO Writer, but it's not exactly
    all that "compatible". That only works for the
    simplest of objects. If you fed it the Yahoo News
    page, it would not end well. Even browsers don't pass
    that test.

    But at least this conversion, there weren't any extra steps.

    Paul

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Carlos E.R.@21:1/5 to Paul on Wed Mar 8 21:32:21 2023
    On 2023-03-08 17:34, Paul wrote:
    PDF is an archival/distribution format. In addition, it accepts dual-representation.
    You can store a Word-compatible chunk inside the file, such that a
    recipient can actually open the original file if they want. But if
    they don't want to do that (and not every author dreams of giving
    away source), the PDF reader will just ignore the extraneous info.
    I've not run into anyone in the wild, using that capability

    It can also include the LibreOffice file.

    --
    Cheers, Carlos.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Carlos E.R.@21:1/5 to Alan Browne on Wed Mar 8 21:27:23 2023
    On 2023-03-08 18:17, Alan Browne wrote:
    On 2023-03-08 02:03, Paul wrote:
    On 3/7/2023 11:20 PM, Alan Browne wrote:
    On 2023-03-07 20:52, Carlos E.R. wrote:
    On 2023-03-08 01:13, Alan Browne wrote:
    On 2023-03-07 18:23, Ken Blake wrote:

    Since I almost never "print to pdf," I know I'm missing almost
    nothing.

    One of the most practical ways to store and send documents
    electronically.

    -It's how I invoice - and very often how I'm invoiced.
    -It's how I send quotations and proposals.
    -It's how I prep my info for the accountant at tax time
    (Business and personal).

    etc.

    So, maybe that's not for you, but it's definitely for many.

    In most cases, it is best if the application has the option to
    export or save to pdf, whereas print to PDF doesn't generate optimal
    files.

    The difference is that when printing, you can get perfect results by
    just generating images at the pixel resolution of the printer. The
    application can optimize for that.

    But when saving or exporting, there is an interest on small size and
    vector graphics and fonts.

    I've been reading the thread and I'm astonished at the file sizes
    reported.
    Those I generate with the in-OS Mac print to pdf are far, far, far
    smaller.
    I gen invoices on the order of 100 - 200 kB ... max! And those I
    receive from utilities and others are also sub MB (100 - 300 kB).

    So, not sure what is going on with other posters machines getting
    many MB files ... 9 .. 100 MB - but it's clearly bloated.


    Good benchmarks, require samples we can share.

    https://www.rsssf.org/tablest/tsjsl2hist.html

    Agreed.  So I printed that to file from Google Chrome via the Mac PDF printer and got 174KB.  Which seems nominal.

    https://www.dropbox.com/s/s933dlx0ep39tb7/Alan%27s-checklist.docx

    (Download it and print to pdf, do not print it from the Dropbox site).

    Is a short Word doc.
    3 pages with a simple graphic, no colour.

    Here it PDF's to 82 KB

    Ok, trying with LibreOffice in Linux.

    Export to PDF; using jpeg compression for images at 85%, and 300DPI.

    And print to PDF.


    cer@Telcontar:~/Download/Firefox_downloads> ls -lh Alan\'s-checklist* -rw-r--r-- 1 cer users 77K Mar 8 21:20 Alan's-checklist (print).pdf -rw-r--r-- 1 cer users 1,9M Mar 8 21:15 Alan's-checklist.docx
    -rw-r--r-- 1 cer users 104K Mar 8 21:18 Alan's-checklist.pdf cer@Telcontar:~/Download/Firefox_downloads>



    cer@Telcontar:~/Download/Firefox_downloads> pdfinfo Alan\'s-checklist\ \(print\).pdf
    Title: Alan's-checklist.docx
    Creator: LibreOffice 7.4.3.2
    Producer: LibreOffice 7.4.3.2
    CreationDate: Wed Mar 8 21:20:27 2023 CET
    Custom Metadata: no
    Metadata Stream: no
    Tagged: no
    UserProperties: no
    Suspects: no
    Form: none
    JavaScript: no
    Pages: 3
    Encrypted: no
    Page size: 612 x 792 pts (letter)
    Page rot: 0
    File size: 78293 bytes
    Optimized: no
    PDF version: 1.4
    cer@Telcontar:~/Download/Firefox_downloads> pdfinfo Alan\'s-checklist.pdf Author: Alan Browne
    Creator: Writer
    Producer: LibreOffice 7.4
    CreationDate: Wed Mar 8 21:18:52 2023 CET
    Custom Metadata: no
    Metadata Stream: yes
    Tagged: yes
    UserProperties: no
    Suspects: no
    Form: none
    JavaScript: no
    Pages: 3
    Encrypted: no
    Page size: 612 x 792 pts (letter)
    Page rot: 0
    File size: 105568 bytes
    Optimized: no
    PDF version: 1.6
    cer@Telcontar:~/Download/Firefox_downloads>



    cer@Telcontar:~/Download/Firefox_downloads> pdffonts Alan\'s-checklist\ \(print\).pdf
    name type encoding emb sub uni object ID
    ------------------------------------ ----------------- ---------------- --- --- --- ---------
    BAAAAA+Carlito-Bold TrueType WinAnsi yes yes yes 19 0
    CAAAAA+Carlito TrueType WinAnsi yes yes yes 29 0
    DAAAAA+Carlito-Italic TrueType WinAnsi yes yes yes 24 0
    cer@Telcontar:~/Download/Firefox_downloads> pdffonts Alan\'s-checklist.pdf name type encoding emb sub uni object ID
    ------------------------------------ ----------------- ---------------- --- --- --- ---------
    BAAAAA+Carlito-Bold TrueType WinAnsi yes yes yes 123 0
    CAAAAA+Carlito TrueType WinAnsi yes yes yes 133 0
    DAAAAA+Carlito-Italic TrueType WinAnsi yes yes yes 128 0
    cer@Telcontar:~/Download/Firefox_downloads>


    I tried the export choosing 600DPI, and the size is the same as with
    300DPI, 104K.


    --
    Cheers, Carlos.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul@21:1/5 to Carlos E.R. on Thu Mar 9 03:43:01 2023
    On 3/8/2023 3:27 PM, Carlos E.R. wrote:
    On 2023-03-08 18:17, Alan Browne wrote:
    On 2023-03-08 02:03, Paul wrote:
    On 3/7/2023 11:20 PM, Alan Browne wrote:
    On 2023-03-07 20:52, Carlos E.R. wrote:
    On 2023-03-08 01:13, Alan Browne wrote:
    On 2023-03-07 18:23, Ken Blake wrote:

    Since I almost never "print to pdf," I know I'm missing almost
    nothing.

    One of the most practical ways to store and send documents electronically.

    -It's how I invoice - and very often how I'm invoiced.
    -It's how I send quotations and proposals.
    -It's how I prep my info for the accountant at tax time
    (Business and personal).

    etc.

    So, maybe that's not for you, but it's definitely for many.

    In most cases, it is best if the application has the option to export or save to pdf, whereas print to PDF doesn't generate optimal files.

    The difference is that when printing, you can get perfect results by just generating images at the pixel resolution of the printer. The application can optimize for that.

    But when saving or exporting, there is an interest on small size and vector graphics and fonts.

    I've been reading the thread and I'm astonished at the file sizes reported.
    Those I generate with the in-OS Mac print to pdf are far, far, far smaller.
    I gen invoices on the order of 100 - 200 kB ... max! And those I receive from utilities and others are also sub MB (100 - 300 kB).

    So, not sure what is going on with other posters machines getting many MB files ... 9 .. 100 MB - but it's clearly bloated.


    Good benchmarks, require samples we can share.

    https://www.rsssf.org/tablest/tsjsl2hist.html

    Agreed.  So I printed that to file from Google Chrome via the Mac PDF printer and got 174KB.  Which seems nominal.

    https://www.dropbox.com/s/s933dlx0ep39tb7/Alan%27s-checklist.docx

    (Download it and print to pdf, do not print it from the Dropbox site).

    Is a short Word doc.
    3 pages with a simple graphic, no colour.

    Here it PDF's to 82 KB

    Ok, trying with LibreOffice in Linux.

    Export to PDF; using jpeg compression for images at 85%, and 300DPI.

    And print to PDF.


    cer@Telcontar:~/Download/Firefox_downloads> ls -lh Alan\'s-checklist* -rw-r--r-- 1 cer users  77K Mar  8 21:20 Alan's-checklist (print).pdf -rw-r--r-- 1 cer users 1,9M Mar  8 21:15 Alan's-checklist.docx
    -rw-r--r-- 1 cer users 104K Mar  8 21:18 Alan's-checklist.pdf cer@Telcontar:~/Download/Firefox_downloads>



    cer@Telcontar:~/Download/Firefox_downloads> pdfinfo Alan\'s-checklist\ \(print\).pdf
    Title:           Alan's-checklist.docx
    Creator:         LibreOffice 7.4.3.2
    Producer:        LibreOffice 7.4.3.2
    CreationDate:    Wed Mar  8 21:20:27 2023 CET
    Custom Metadata: no
    Metadata Stream: no
    Tagged:          no
    UserProperties:  no
    Suspects:        no
    Form:            none
    JavaScript:      no
    Pages:           3
    Encrypted:       no
    Page size:       612 x 792 pts (letter)
    Page rot:        0
    File size:       78293 bytes
    Optimized:       no
    PDF version:     1.4
    cer@Telcontar:~/Download/Firefox_downloads> pdfinfo Alan\'s-checklist.pdf Author:          Alan Browne
    Creator:         Writer
    Producer:        LibreOffice 7.4
    CreationDate:    Wed Mar  8 21:18:52 2023 CET
    Custom Metadata: no
    Metadata Stream: yes
    Tagged:          yes
    UserProperties:  no
    Suspects:        no
    Form:            none
    JavaScript:      no
    Pages:           3
    Encrypted:       no
    Page size:       612 x 792 pts (letter)
    Page rot:        0
    File size:       105568 bytes
    Optimized:       no
    PDF version:     1.6
    cer@Telcontar:~/Download/Firefox_downloads>



    cer@Telcontar:~/Download/Firefox_downloads> pdffonts Alan\'s-checklist\ \(print\).pdf name                                 type              encoding         emb sub uni object ID
    ------------------------------------ ----------------- ---------------- --- --- --- ---------
    BAAAAA+Carlito-Bold                  TrueType          WinAnsi          yes yes yes     19  0
    CAAAAA+Carlito                       TrueType          WinAnsi          yes yes yes     29  0
    DAAAAA+Carlito-Italic                TrueType          WinAnsi          yes yes yes     24  0
    cer@Telcontar:~/Download/Firefox_downloads> pdffonts Alan\'s-checklist.pdf name                                 type              encoding         emb sub uni object ID
    ------------------------------------ ----------------- ---------------- --- --- --- ---------
    BAAAAA+Carlito-Bold                  TrueType          WinAnsi          yes yes yes    123  0
    CAAAAA+Carlito                       TrueType          WinAnsi          yes yes yes    133  0
    DAAAAA+Carlito-Italic                TrueType          WinAnsi          yes yes yes    128  0
    cer@Telcontar:~/Download/Firefox_downloads>


    I tried the export choosing 600DPI, and the size is the same as with 300DPI, 104K.



    And when you do a

    mutool extract Alan\'s-checklist\ \(print\).pdf

    how many JPEG files do you get in the extraction ?

    The source .docx has 732x621 TIFF at 96 dpi. It will likely
    appear pixelated whether you select 300 or 600 DPI output.
    The quality setting for the image, may affect the storage needed.

    My LO is using Lossless compression at the moment. The
    mutool extraction for the one image, consists of two images.

    Alans-checklist.pdf 95,846 bytes

    image-0010.png 732x621 at 24 bit 48,581 bytes 8 bit color
    image-0013.png 732x621 at 8 bit 1,654 bytes (an "all-white" image) 8 bit grayscale

    And that's because the TIFF in the .docx is 32 bit
    and the software assumes 8 bits of that is annotation plane.

    When I switch to lossy 85% compression, the extracted image
    from the PDF appears to be larger, but who really knows
    how mutool is doing this (the images stored in a PDF don't
    typically have a file extension notion, they're streams with
    properties). At least the PDF (logically) is smaller.

    Alans-checklist.pdf 87,057 bytes lossy 85%

    image-0010.png 732x621 at 24 bit 88,903 bytes 8 bit color
    image-0012.png 732x621 at 8 bit 1,654 bytes (an "all-white" image) 8 bit grayscale

    The ancient Acrobat Distiller, had quality settings for 24 bit
    and 8 bit images, as separate settings. And that's because the
    compression options used for those are different (indexed color
    versus full color). A GIF image that had been used in a document,
    could be programmed to receive a different treatment than
    a 24-bit BMP image.

    Alan may be able to get a smaller print, just by altering the method
    used for the source image in the docx. That would save on the insignificant 1,654 byte
    thing being present. I've never seen an annotation plane handled this way. Normally, if it is empty and "white", you just toss the annotation plane and move on.

    But we're miles away from the grocery list test case at a gigabyte :-)
    There must have been some giant pictures of cabbages in there :-)

    Paul

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Carlos E.R.@21:1/5 to Paul on Thu Mar 9 12:41:43 2023
    On 2023-03-09 09:43, Paul wrote:
    On 3/8/2023 3:27 PM, Carlos E.R. wrote:
    On 2023-03-08 18:17, Alan Browne wrote:
    On 2023-03-08 02:03, Paul wrote:
    On 3/7/2023 11:20 PM, Alan Browne wrote:
    On 2023-03-07 20:52, Carlos E.R. wrote:
    On 2023-03-08 01:13, Alan Browne wrote:
    On 2023-03-07 18:23, Ken Blake wrote:

    Since I almost never "print to pdf," I know I'm missing almost >>>>>>>> nothing.

    One of the most practical ways to store and send documents
    electronically.

    -It's how I invoice - and very often how I'm invoiced.
    -It's how I send quotations and proposals.
    -It's how I prep my info for the accountant at tax time
    (Business and personal).

    etc.

    So, maybe that's not for you, but it's definitely for many.

    In most cases, it is best if the application has the option to
    export or save to pdf, whereas print to PDF doesn't generate
    optimal files.

    The difference is that when printing, you can get perfect results
    by just generating images at the pixel resolution of the printer.
    The application can optimize for that.

    But when saving or exporting, there is an interest on small size
    and vector graphics and fonts.

    I've been reading the thread and I'm astonished at the file sizes
    reported.
    Those I generate with the in-OS Mac print to pdf are far, far, far
    smaller.
    I gen invoices on the order of 100 - 200 kB ... max! And those I
    receive from utilities and others are also sub MB (100 - 300 kB).

    So, not sure what is going on with other posters machines getting
    many MB files ... 9 .. 100 MB - but it's clearly bloated.


    Good benchmarks, require samples we can share.

    https://www.rsssf.org/tablest/tsjsl2hist.html

    Agreed.  So I printed that to file from Google Chrome via the Mac PDF
    printer and got 174KB.  Which seems nominal.

    https://www.dropbox.com/s/s933dlx0ep39tb7/Alan%27s-checklist.docx

    (Download it and print to pdf, do not print it from the Dropbox site).

    Is a short Word doc.
    3 pages with a simple graphic, no colour.

    Here it PDF's to 82 KB

    Ok, trying with LibreOffice in Linux.

    Export to PDF; using jpeg compression for images at 85%, and 300DPI.

    And print to PDF.


    cer@Telcontar:~/Download/Firefox_downloads> ls -lh Alan\'s-checklist*
    -rw-r--r-- 1 cer users  77K Mar  8 21:20 Alan's-checklist (print).pdf
    -rw-r--r-- 1 cer users 1,9M Mar  8 21:15 Alan's-checklist.docx
    -rw-r--r-- 1 cer users 104K Mar  8 21:18 Alan's-checklist.pdf
    cer@Telcontar:~/Download/Firefox_downloads>



    cer@Telcontar:~/Download/Firefox_downloads> pdfinfo Alan\'s-checklist\
    \(print\).pdf
    Title:           Alan's-checklist.docx
    Creator:         LibreOffice 7.4.3.2
    Producer:        LibreOffice 7.4.3.2
    CreationDate:    Wed Mar  8 21:20:27 2023 CET
    Custom Metadata: no
    Metadata Stream: no
    Tagged:          no
    UserProperties:  no
    Suspects:        no
    Form:            none
    JavaScript:      no
    Pages:           3
    Encrypted:       no
    Page size:       612 x 792 pts (letter)
    Page rot:        0
    File size:       78293 bytes
    Optimized:       no
    PDF version:     1.4
    cer@Telcontar:~/Download/Firefox_downloads> pdfinfo Alan\'s-checklist.pdf
    Author:          Alan Browne
    Creator:         Writer
    Producer:        LibreOffice 7.4
    CreationDate:    Wed Mar  8 21:18:52 2023 CET
    Custom Metadata: no
    Metadata Stream: yes
    Tagged:          yes
    UserProperties:  no
    Suspects:        no
    Form:            none
    JavaScript:      no
    Pages:           3
    Encrypted:       no
    Page size:       612 x 792 pts (letter)
    Page rot:        0
    File size:       105568 bytes
    Optimized:       no
    PDF version:     1.6
    cer@Telcontar:~/Download/Firefox_downloads>



    cer@Telcontar:~/Download/Firefox_downloads> pdffonts
    Alan\'s-checklist\ \(print\).pdf name
    type              encoding         emb sub uni object ID
    ------------------------------------ -----------------
    ---------------- --- --- --- ---------
    BAAAAA+Carlito-Bold                  TrueType
    WinAnsi          yes yes yes     19  0
    CAAAAA+Carlito                       TrueType
    WinAnsi          yes yes yes     29  0
    DAAAAA+Carlito-Italic                TrueType
    WinAnsi          yes yes yes     24  0
    cer@Telcontar:~/Download/Firefox_downloads> pdffonts
    Alan\'s-checklist.pdf name
    type              encoding         emb sub uni object ID
    ------------------------------------ -----------------
    ---------------- --- --- --- ---------
    BAAAAA+Carlito-Bold                  TrueType
    WinAnsi          yes yes yes    123  0
    CAAAAA+Carlito                       TrueType
    WinAnsi          yes yes yes    133  0
    DAAAAA+Carlito-Italic                TrueType
    WinAnsi          yes yes yes    128  0
    cer@Telcontar:~/Download/Firefox_downloads>


    I tried the export choosing 600DPI, and the size is the same as with
    300DPI, 104K.



    And when you do a

       mutool extract Alan\'s-checklist\ \(print\).pdf

    how many JPEG files do you get in the extraction ?

    Hum. I didn't know the tool, I am installing it now.

    [...]

    No jpgs.

    cer@Telcontar:~/Download/Firefox_downloads/ppp> mutool extract ../Alan\'s-checklist\ \(print\).pdf
    extracting image-0010.png
    extracting image-0012.png
    extracting font-0017.ttf
    extracting font-0022.ttf
    extracting font-0027.ttf
    cer@Telcontar:~/Download/Firefox_downloads/ppp> l
    total 132
    drwxr-xr-x 2 cer users 113 Mar 9 12:34 ./
    drwxr-xr-x 28 cer users 24576 Mar 8 21:27 ../
    -rw-r--r-- 1 cer users 16720 Mar 9 12:34 font-0017.ttf
    -rw-r--r-- 1 cer users 6872 Mar 9 12:34 font-0022.ttf
    -rw-r--r-- 1 cer users 21248 Mar 9 12:34 font-0027.ttf
    -rw-r--r-- 1 cer users 48581 Mar 9 12:34 image-0010.png
    -rw-r--r-- 1 cer users 1654 Mar 9 12:34 image-0012.png cer@Telcontar:~/Download/Firefox_downloads/ppp>



    The source .docx  has 732x621 TIFF at 96 dpi. It will likely
    appear pixelated whether you select 300 or 600 DPI output.
    The quality setting for the image, may affect the storage needed.

    My LO is using Lossless compression at the moment. The
    mutool extraction for the one image, consists of two images.

       Alans-checklist.pdf                 95,846 bytes

       image-0010.png  732x621 at 24 bit   48,581 bytes                          8 bit color
       image-0013.png  732x621 at  8 bit    1,654 bytes (an "all-white" image)   8 bit grayscale

    cer@Telcontar:~/Download/Firefox_downloads/ppp> file *
    font-0017.ttf: TrueType Font data, 12 tables, 1st "cmap", 30 names,
    Macintosh, Copyright (c) 2010-2013 by tyPoland Lukasz Dziedzic with
    Reserved Font Name "Carlito". Licensed
    font-0022.ttf: TrueType Font data, 12 tables, 1st "cmap", 30 names,
    Macintosh, Copyright (c) 2010-2013 by tyPoland Lukasz Dziedzic with
    Reserved Font Name "Carlito". Licensed
    font-0027.ttf: TrueType Font data, 12 tables, 1st "cmap", 30 names,
    Macintosh, Copyright (c) 2010-2013 by tyPoland Lukasz Dziedzic with
    Reserved Font Name "Carlito". Licensed
    image-0010.png: PNG image data, 732 x 621, 8-bit/color RGB, non-interlaced image-0012.png: PNG image data, 732 x 621, 8-bit grayscale, non-interlaced cer@Telcontar:~/Download/Firefox_downloads/ppp>




    And that's because the TIFF in the .docx is 32 bit
    and the software assumes 8 bits of that is annotation plane.

    When I switch to lossy 85% compression, the extracted image
    from the PDF appears to be larger, but who really knows
    how mutool is doing this (the images stored in a PDF don't
    typically have a file extension notion, they're streams with
    properties). At least the PDF (logically) is smaller.

       Alans-checklist.pdf                 87,057 bytes      lossy 85%

       image-0010.png  732x621 at 24 bit   88,903 bytes                          8 bit color
       image-0012.png  732x621 at  8 bit    1,654 bytes (an "all-white" image)   8 bit grayscale

    Well, apparently my LO is not actually using JPG or lossy compression,
    maybe because the DPI is low.



    The ancient Acrobat Distiller, had quality settings for 24 bit
    and 8 bit images, as separate settings. And that's because the
    compression options used for those are different (indexed color
    versus full color). A GIF image that had been used in a document,
    could be programmed to receive a different treatment than
    a 24-bit BMP image.

    Alan may be able to get a smaller print, just by altering the method
    used for the source image in the docx. That would save on the
    insignificant 1,654 byte
    thing being present. I've never seen an annotation plane handled this way. Normally, if it is empty and "white", you just toss the annotation plane
    and move on.

    But we're miles away from the grocery list test case at a gigabyte :-)
    There must have been some giant pictures of cabbages in there :-)


    LOL :-D

    Many computers would explode when trying to display, or deity forbids,
    print it :-D

    --
    Cheers, Carlos.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Alan Browne@21:1/5 to Paul on Thu Mar 9 08:46:06 2023
    On 2023-03-09 03:43, Paul wrote:

    Alan may be able to get a smaller print, just by altering the method

    I didn't have to do anything to get that size other than use the print
    to PDF option. No settings. No adjustments.

    --
    “Donald Trump and his allies and supporters are a clear and present
    danger to American democracy.”
    - J Michael Luttig - 2022-06-16
    - Former US appellate court judge (R) testifying to the January 6
    committee

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul@21:1/5 to Alan Browne on Thu Mar 9 10:52:03 2023
    On 3/9/2023 8:46 AM, Alan Browne wrote:
    On 2023-03-09 03:43, Paul wrote:

    Alan may be able to get a smaller print, just by altering the method

    I didn't have to do anything to get that size other than use the print to PDF option.  No settings.  No adjustments.


    Back in your .docx, if you work on your TIFF,
    the resultant PDF drops to 77,291 bytes. I don't
    know where that TIFF came from, but it's a bit weird.

    Paul

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Alan Browne@21:1/5 to Paul on Thu Mar 9 14:24:18 2023
    On 2023-03-09 10:52, Paul wrote:
    On 3/9/2023 8:46 AM, Alan Browne wrote:
    On 2023-03-09 03:43, Paul wrote:

    Alan may be able to get a smaller print, just by altering the method

    I didn't have to do anything to get that size other than use the print
    to PDF option.  No settings.  No adjustments.


    Back in your .docx, if you work on your TIFF,
    the resultant PDF drops to 77,291 bytes. I don't
    know where that TIFF came from, but it's a bit weird.

    I'm only on this thread because of the absurd numbers posted in the many
    MB pdf files that were produced.

    A diff between the 82KB I get and the 77KB you get might have piqued me
    in 1995.

    Today it's just interesting.

    But in a use sense today it's really noise. Esp. if I have to trade
    "tinker time" to get that difference.

    What's weird about the TIIF?

    As to it: I used an ancient copy of Visio under WinXP (in a VM) for that
    simple drawing (.vsd). I just (now) fired up WinXP + Visio. It has a
    .TIF export in the filesave options. That's likely how I moved it to
    Word on the Mac (But I don't recall - that doc is 2017).

    --
    “Donald Trump and his allies and supporters are a clear and present
    danger to American democracy.”
    - J Michael Luttig - 2022-06-16
    - Former US appellate court judge (R) testifying to the January 6
    committee

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul@21:1/5 to Alan Browne on Thu Mar 9 18:06:20 2023
    On 3/9/2023 2:24 PM, Alan Browne wrote:
    On 2023-03-09 10:52, Paul wrote:
    On 3/9/2023 8:46 AM, Alan Browne wrote:
    On 2023-03-09 03:43, Paul wrote:

    Alan may be able to get a smaller print, just by altering the method

    I didn't have to do anything to get that size other than use the print to PDF option.  No settings.  No adjustments.


    Back in your .docx, if you work on your TIFF,
    the resultant PDF drops to 77,291 bytes. I don't
    know where that TIFF came from, but it's a bit weird.

    I'm only on this thread because of the absurd numbers posted in the many MB pdf files that were produced.

    A diff between the 82KB I get and the 77KB you get might have piqued me in 1995.

    Today it's just interesting.

    But in a use sense today it's really noise.  Esp. if I have to trade "tinker time" to get that difference.

    What's weird about the TIIF?

    As to it: I used an ancient copy of Visio under WinXP (in a VM) for that simple drawing (.vsd).  I just (now) fired up WinXP + Visio.  It has a .TIF export in the filesave options.  That's likely how I moved it to Word on the Mac (But I don't recall
    - that doc is 2017).


    Of the tools I used, one complained that the ICC profile was old.
    The others did not report an issue.

    One tool reported the image had 884 colors. Another tool reported
    on the order of 7500 colors. Whether these were side effects of
    ICC, I could not tell.

    The image is 32 bit, but there's nothing in the annotation plane,
    so it could be stored as a 24 bit file without loss of information.
    And the number of colors (via color reduction), could be low enough
    that the image could be stored as 8 bit indexed without a problem.

    Paul

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Alan Browne@21:1/5 to Paul on Thu Mar 9 18:23:01 2023
    On 2023-03-09 18:06, Paul wrote:
    On 3/9/2023 2:24 PM, Alan Browne wrote:
    On 2023-03-09 10:52, Paul wrote:
    On 3/9/2023 8:46 AM, Alan Browne wrote:
    On 2023-03-09 03:43, Paul wrote:

    Alan may be able to get a smaller print, just by altering the method

    I didn't have to do anything to get that size other than use the
    print to PDF option.  No settings.  No adjustments.


    Back in your .docx, if you work on your TIFF,
    the resultant PDF drops to 77,291 bytes. I don't
    know where that TIFF came from, but it's a bit weird.

    I'm only on this thread because of the absurd numbers posted in the
    many MB pdf files that were produced.

    A diff between the 82KB I get and the 77KB you get might have piqued
    me in 1995.

    Today it's just interesting.

    But in a use sense today it's really noise.  Esp. if I have to trade
    "tinker time" to get that difference.

    What's weird about the TIIF?

    As to it: I used an ancient copy of Visio under WinXP (in a VM) for
    that simple drawing (.vsd).  I just (now) fired up WinXP + Visio.  It
    has a .TIF export in the filesave options.  That's likely how I moved
    it to Word on the Mac (But I don't recall - that doc is 2017).


    Of the tools I used, one complained that the ICC profile was old.
    The others did not report an issue.

    One tool reported the image had 884 colors. Another tool reported
    on the order of 7500 colors. Whether these were side effects of
    ICC, I could not tell.

    The image is 32 bit, but there's nothing in the annotation plane,
    so it could be stored as a 24 bit file without loss of information.
    And the number of colors (via color reduction), could be low enough
    that the image could be stored as 8 bit indexed without a problem.

    All that seems very weird to me as I composed the image and the doc w/o
    colour. (I say that ... Visio does do colour so the export may have had
    a colour palette in it though unused).

    --
    “Donald Trump and his allies and supporters are a clear and present
    danger to American democracy.”
    - J Michael Luttig - 2022-06-16
    - Former US appellate court judge (R) testifying to the January 6
    committee

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)